Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SubDomain Analyzer
- 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:
- 1, Trying to get the zone tranfer file.
- 2, Gathers all information from DNS records.
- 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).
- 4, Tests subdomains by dictionary attack.
- 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.
- Examples:
- 1, Analyzing example.com domain: subdomain-analyzer.py example.com
- 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
- 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
- Install on Linux:
- sudo apt update
- sudo apt install python-pip
- git clone https://github.com/El3ct71k/SubDomain-Analyzer
- cd SubDomain-Analyzer
- sudo pip install -r requirements.txt
- python subdomain-analyzer.py -h
- Install on Windows:
- Install Python 2.7.x from Python.org
- Install Git from Git-scm.com
- Open Command Prompt and enter the following commands:
- git clone https://github.com/El3ct71k/SubDomain-Analyzer
- cd SubDomain-Analyzer
- sudo pip install prettytable
- sudo pip install -r requirements.txt
- python subdomain-analyzer.py -h
- Screenshot:
- Download SubDomain-Analyzer: https://github.com/El3ct71k/SubDomain-Analyzer
Advertisement
Add Comment
Please, Sign In to add comment