This project is a fork of subdomain scanner build by @x4nth055
Splinter requires python module requests
clone or download the project
git clone https://github.com/CYB3R-G0D/Splinter.git
Install requests
pip3 install requests
Short Form | Long Form | Description |
---|---|---|
-l | --wordlist | Subdomains list |
-t | --num-threads | Number of threads to use for subbrute bruteforce |
-o | --output | Save the results to text file |
-h | --help | show the help message and exit |
- To list all the basic options and switches use -h switch:
python main.py -h
- To list subdomains of specific domain:
python main.py example.com
- To list subdomains of specific domain with custom subdomain list:
python main.py example.com -l subdomains.txt
- To list subdomains of specific domain and export result as text file:
python main.py example.com -o filename.txt