TVT618

SubDomain-Analyzer - Sub-domain Analyzer

Jul 25th, 2018
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. SubDomain Analyzer
  2. The "SubDomain Analyzer" tool written in Python language. The purpose of "SubDomain Analyzer" getting full detailed information of selected domain. The "SubDomain Analyzer" gets data from domain by following steps:
  3. 1, Trying to get the zone tranfer file.
  4. 2, Gathers all information from DNS records.
  5. 3, Analyzing the DNS records (Analyzing all IP's addresses from DNS records and test class C range from IP address (For example: 127.0.0.1/24) and getting all data that containing the domain being analyzed).
  6. 4, Tests subdomains by dictionary attack.
  7.  
  8. The Subdomain Analyzer ca n keep new addresses which found on DNS records or IP's analyzer. The Subdomain Analyzer can brings a very qualitative information about the domain being analyzed, additionally, he shows a designed report with all the data.
  9.  
  10. Examples:
  11. 1, Analyzing example.com domain: subdomain-analyzer.py example.com
  12. 2, Analyzing example.com domain, save the records on log file by name log.txt, works with 100 threads and use by another dictionary file by name another-file.txt: subdomain-analyzer.py example.com --output log.txt --threads 100 --sub-domain-list another-file.txt
  13. 3, Analyzing example.com domain, save the records on log file by name log.txt and append a new sub-domains to sub-domains list file: subdomain-analyzer.py example.com -o log.txt --sub-domain-list
  14.  
  15. Install on Linux:
  16. sudo apt update
  17. sudo apt install python-pip
  18. git clone https://github.com/El3ct71k/SubDomain-Analyzer
  19. cd SubDomain-Analyzer
  20. sudo pip install -r requirements.txt
  21. python subdomain-analyzer.py -h
  22.  
  23. Install on Windows:
  24. Install Python 2.7.x from Python.org
  25. Install Git from Git-scm.com
  26.  
  27. Open Command Prompt and enter the following commands:
  28. git clone https://github.com/El3ct71k/SubDomain-Analyzer
  29. cd SubDomain-Analyzer
  30. sudo pip install prettytable
  31. sudo pip install -r requirements.txt
  32. python subdomain-analyzer.py -h
  33.  
  34. Screenshot:
  35.  
  36. Download SubDomain-Analyzer: https://github.com/El3ct71k/SubDomain-Analyzer
Advertisement
Add Comment
Please, Sign In to add comment