Skip to content

πŸ”Ž An OSINT tool to scan subdomains of any websites

License

Notifications You must be signed in to change notification settings

CYB3R-G0D/Splinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Splinter

An OSINT tool to scan subdomains of any websites

This project is a fork of subdomain scanner build by @x4nth055

Installation

Splinter requires python module requests

clone or download the project

git clone https://github.com/CYB3R-G0D/Splinter.git

Install requests

pip3 install requests

Usage

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

Examples

  • 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

Screenshots

Gif