Skip to content

A Multi-Threaded Subdomain-Discovery Tool Written In Python.

License

Notifications You must be signed in to change notification settings

M3hank/Sub-Scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sub-Scan

Sub-Scan is A Multi-Threaded Script Written In Python, It Discovers Subdomains From A Site Using A Wordlist That Is Supplied to It.

Installation

git clone https://github.com/M3hank/Sub-Scan.git
pip3 install -r requirements.txt

Screenshot

Sub-Scan

Requirements

Sub-Scan Requires Following Modules argparse requests concurrent.futures

Usage

python3 Sub-Scan.py -d [domain name] -w [wordlist]  -t [Number of Threads] -o [filename.txt]

Available Arguments

Options         descrption

-d               Domain Name 

-w               Wordlist To Use for Enumeration

-t               Multi-Threading

-o               Save Output In A File

-h               Help

Authors

Wordlist Credits

Contributing

Contributions are always welcome!

Releases

No releases published

Packages

No packages published

Languages