sublist3r - tool designed to enumerate subdomains of websites using OSINT
Contents
Description
This package contains a Python security tool designed to enumerate subdomains of websites using OSINT. It
helps penetration testers and bug hunters collect and gather subdomains for the domain they are targeting
over the network. Sublist3r enumerates subdomains using many search engines such as Google, Yahoo, Bing,
Baidu, and Ask. Sublist3r also enumerates subdomains using Netcraft, Virustotal, ThreatCrowd,
DNSdumpster, and ReverseDNS.
Subbrute was integrated with Sublist3r to increase the possibility of finding more subdomains using
bruteforce with an improved wordlist.
Examples
sublist3r-d google.com
sublist3r-d example.com -p 80,443
sublist3r-v-d example.com
sublist3r-b-d example.com
sublist3r-e google,yahoo,virustotal -d example.com
Name
sublist3r - tool designed to enumerate subdomains of websites using OSINT
Options
-h,--help
Show this help message and exit
-dDOMAIN,--domainDOMAIN
Domain name to enumerate it's subdomains
-b[BRUTEFORCE],--bruteforce[BRUTEFORCE]
Enable the subbrute bruteforce module
-pPORTS,--portsPORTS
Scan the found subdomains against specified TCP ports
-v[VERBOSE],--verbose[VERBOSE]
Enable verbosity and display results in realtime
-tTHREADS,--threadsTHREADS
Number of threads to use for subbrute bruteforce
-eENGINES,--enginesENGINES
Specify a comma-separated list of search engines
-oOUTPUT,--outputOUTPUT
Save the results to text file
-n,--no-color
Output without color
Synopsis
sublist3r [ARGS] ...
