Skip to content

This tool uses a combination of dictionary-based wordlists (brute-force) and DNS resolution checks to verify the existence of subdomains.

Notifications You must be signed in to change notification settings

Jenderal92/Massive-Subdomain-Enumerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Massive-Subdomain-Enumerator

This tool uses a combination of dictionary-based wordlists (brute-force) and DNS resolution checks to verify the existence of subdomains.

Massive-Subdomain-Enumerator Jenderal92

Features

  • 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.

How to Use

  1. 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.

  2. 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
            
  3. 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).

Disclaimer !!!

I have written the disclaimer on the cover of Jenderal92. You can check it HERE !!!

About

This tool uses a combination of dictionary-based wordlists (brute-force) and DNS resolution checks to verify the existence of subdomains.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages