Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1019 Bytes

README.md

File metadata and controls

60 lines (35 loc) · 1019 Bytes

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!