This tool uses a combination of dictionary-based wordlists (brute-force) and DNS resolution checks to verify the existence of subdomains.
- Wordlist Processing: Capable of handling large wordlists efficiently.
- Multi-threading: Boosts search speed by using multiple threads.
- DNS Validation: Displays only valid and active subdomains.
- Output to File: Saves the enumeration results to a file for further analysis.
-
Download and Install Python
Ensure Python 2.7 is installed on your system. You can download it from the official Python website: https://www.python.org.
-
Prepare the Wordlist
Create a text file containing the list of subdomains you want to test. Example content for
wordlist.txt
:www mail ftp admin dev
-
Run the Script
Use the following command to execute the script:
python2 massive_subenum.py -d target.com -w wordlist.txt -t 20 -o results.txt
-d
: Target domain.-w
: Path to the wordlist.-t
: Number of threads (optional, default: 10).-o
: Output file to save the results (optional).
I have written the disclaimer on the cover of Jenderal92. You can check it HERE !!!