logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sublist3r - tool designed to enumerate subdomains of websites using OSINT

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).

sublist3r-1.1                                      22 Aug 2022                                      sublist3r(1)

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] ...

See Also