Sub-Scan is A Multi-Threaded Script Written In Python, It Discovers Subdomains From A Site Using A Wordlist That Is Supplied to It.
git clone https://github.com/M3hank/Sub-Scan.git
pip3 install -r requirements.txt
Sub-Scan Requires Following Modules
argparse
requests
concurrent.futures
python3 Sub-Scan.py -d [domain name] -w [wordlist] -t [Number of Threads] -o [filename.txt]
Options descrption
-d Domain Name
-w Wordlist To Use for Enumeration
-t Multi-Threading
-o Save Output In A File
-h Help
Contributions are always welcome!