
SubDomain Analyzer is a Python-based Tool that allows you to gather detailed information about a selected domain.
It gathers data from a domain by following these steps:
- Trying to get the zone transfer file.
- Gathers all information from DNS records.
- Analyzing the DNS records (Analyzing all IP's addresses from DNS records and test class C range from IP address (Example: 127.0.0.1/24) and getting all data that containing the domain being analyzed).
- Tests subdomains using the dictionary attack.
Requirements:
Linux Installation:
- sudo apt-get install python-dev python-pip
- sudo pip install -r requirements.txt
- easy_install prettytable
MacOSx Installation:
- Install Xcode Command Line Tools (AppStore)
- sudo easy_install pip, prettytable
- sudo pip install -r requirements.txt
Windows Installation:
- Install dnspython
- Install gevent
- Install prettytable
- Open Command Prompt(cmd) as Administrator -> Goto python folder -> Scripts (cd c:\Python27\Scripts)
- pip install -r (Full Path To requirements.txt)
- easy_install prettytable
Examples:
- Analyzing example.com domain:
subdomain-analyzer.py example.com
- 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
- 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
You might also like:
- BruteForcer - Client-Server Multithreaded Tool To Crack RAR File Passwords
- Cain & Abel - Tool For Hackers
- JPassword Recovery - Free Tool To Crack Password Protected Archives (zip, rar, 7z)
- GNUnet - A Secure Peer-to-Peer Networking Framework
- Patator - A Powerful Command-line Brute-forcer
- FTP Password Kracker - A Free Tool For Cracking FTP Passwords
- Subterfuge - An Automated Man-in-the-Middle Attack (MITM) Framework
- The Haystack (Documentary Film)
- WiFi Passwords Share - Android App For Free-WiFi Junkies
- WIBR+ - WiFi Hacking Tool For Android
- Cookie Cadger - Free Tool For Identifying Information Leakage and Hijacking Sessions
- Spooftooph - Automated Tool For Spoofing or Cloning Bluetooth Devices
- BeEF - Tool For Browser Exploitation
- Joomscan - Tool For Detecting & Analyzing Joomla CMS Vulnerabilities
- BackBox - Penetration Testing and Ethical Hacking Linux Distribution
- DEFT - Computer Forensic Live System
- Android Privacy Guard - OpenPGP For Android
- Snuck - Tool For Automatic XSS Filter Bypass
- TCHead - TrueCrypt Password Cracking Tool
- Social-Engineer Toolkit - A Must Have Tool For Penetration Testers
- WebSploit Framework - Tool For Vulnerability Assessment & Exploitation
- Wfuzz - Web Application Password Cracking Tool
- OpenStego - A Free Tool For Data Hiding and Digital Watermarking
- Aircrack-ng - WiFi Network Security Suite (Monitoring, Attacking, Testing, and Cracking)
This post first appeared on Effect Hacking - Hacking Tools, How To Guides An, please read the originial post: here