TVT618

BillCipher - Information Gathering tool for a Website or IP

Aug 18th, 2018
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. About BillCipher 2.0
  2. Information Gathering tool for a Website or IP address, use some ideas from Devploit. BillCipher can work in any operating system if they have and support Python 2, Python 3, and Ruby.
  3.  
  4. Features:
  5. * DNS Lookup
  6. * Whois Lookup
  7. * GeoIP Lookup
  8. * Subnet Lookup
  9. * Port Scanner
  10. * Page Links
  11. * Zone Transfer
  12. * HTTP Header
  13. * Host Finder
  14. * IP-Locator
  15. * Find Shared DNS Servers
  16. * Get Robots.txt
  17. * Host DNS Finder
  18. * Reserve IP Lookup
  19. * Email Gathering (use Infoga)
  20. * Subdomain listing (use Sublist3r)
  21. * Find Admin login site (use Breacher)
  22. * Check and Bypass CloudFlare (use HatCloud)
  23.  
  24. Install and Run in Linux:
  25. sudo apt update && sudo apt install ruby python python-pip python3 python3-pip
  26. git clone https://github.com/GitHackTools/BillCipher
  27. cd BillCipher
  28. pip install -r requirements.txt
  29. pip3 install -r requirements.txt
  30. python3 billcipher.py
  31.  
  32. Install and Run in Windows:
  33. Download and run Python 2.7.x and Python 3.7 setup file from Python.org:
  34. * In Customize Python 2.7.x, find Add python.exe to Path and select Will be installed on local hard drive.
  35. * In Install Python 3.7, enable Add Python 3.6 to PATH
  36.  
  37. Download and run Ruby-lang setup file from RubyInstaller.org, choose Add Ruby executables to your PATH and Use UTF-8 as default external encoding.
  38.  
  39. Download and run Git setup file from Git-scm.com, choose Use Git from Windows Command Propmt.
  40.  
  41. Afther that, Run Command Propmt and enter this commands:
  42. git clone https://github.com/GitHackTools/BillCipher
  43. cd BillCipher
  44. pip install -r requirements.txt
  45. pip3 install -r requirements.txt
  46. python3 billcipher.py
  47.  
  48. Notes:
  49. BillCipher uses some ideas from Devploit and that is use HackerTarget API.
  50. All the tools: Breacher, Infoga, HatCloud and Sublist3r are tools from other developers, not programmed by GitHackTools.
  51.  
  52. Screenshots
  53.  
  54. Thanks to Thanks to GitHackTools (myself) for programming this tool
  55.  
  56. Contact to Author:
  57. Website: GitHackTools.blogspot.com
  58. Twitter: @SecureGF
  59. Facebook: @GitHackTools
  60. Google Plus: +TVT618
  61.  
  62. To-do list:
  63. * Create a own version for the Hacker's OS like Kali Linux, ParrotSec (Kali version)
  64. * Add more features
  65. * Gather information about host (2.1)
  66. * Website Copier (use bhttrack and only support for Linux) (2.1)
  67. * And more...
  68.  
  69. Download BillCipher: https://github.com/GitHackTools/BillCipher
Advertisement
Add Comment
Please, Sign In to add comment