Sublist3r
Fast subdomains enumeration tool for penetration testers using OSINT. Enumerates subdomains via multiple search engines and additional sources.
Description
Sublist3r is a Python security tool designed to enumerate subdomains of websites using OSINT techniques. It helps penetration testers and bug hunters collect and gather subdomains for the targeted domain over the network. The tool supports enumeration using search engines such as Google, Yahoo, Bing, Baidu, and Ask, as well as sources like Netcraft, Virustotal, ThreatCrowd, DNSdumpster, and ReverseDNS.
Subbrute has been integrated with Sublist3r to increase the possibility of finding more subdomains through bruteforce with an improved wordlist. This makes it particularly useful for comprehensive reconnaissance in penetration testing workflows.
It is intended for use by security professionals to map out attack surfaces by discovering hidden subdomains that may not be immediately obvious.
How It Works
Sublist3r enumerates subdomains by querying multiple search engines including Google, Yahoo, Bing, Baidu, and Ask. It also leverages OSINT sources such as Netcraft, Virustotal, ThreatCrowd, DNSdumpster, and ReverseDNS. The integrated Subbrute module performs bruteforce subdomain discovery using an improved wordlist to enhance results.
Installation
sudo apt install sublist3rFlags
Examples
sublist3r -d kali.org -t 3 -e bingsublist3r -hsublist3r -d google.comsublist3r -d example.com -bsublist3r -d test.com -v -t 5sublist3r -d domain.com -p 80,443sublist3r -d site.com -e google -o results.txt