Scroll to navigation

sublist3r(1) tool designed to enumerate subdomains of websites using OSINT sublist3r(1)

NAME

sublist3r - tool designed to enumerate subdomains of websites using OSINT

SYNOPSIS

sublist3r [ARGS] ...

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.

OPTIONS

Show this help message and exit
Domain name to enumerate it's subdomains
Enable the subbrute bruteforce module
Scan the found subdomains against specified TCP ports
Enable verbosity and display results in realtime
Number of threads to use for subbrute bruteforce
Specify a comma-separated list of search engines
Save the results to text file
Output without color

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

AUTHOR

Written by Ahmed Aboul-Ela

This manual page was written by Guilherme de Paula Xavier Segundo <guilherme.lnx@gmail.com> for the Debian project (but may be used by others).

22 Aug 2022 sublist3r-1.1