vrikodar / sub53

sub53 is a Lightening Fast subdomain hunter that uses CA certificates to Hunt Down subdomains and can also do multi-threaded filtering of alive domains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Capture

sub53 is a Lightening Fast multi-threaded subdomain hunter that uses CA certificates to Hunt Down subdomains

Now sub53 can also filter the alive subdomains from all the information gathered

Running sub53

    $ sudo apt install git
    $ git clone https://github.com/SxNade/sub53
    $ cd sub53
    $ chmod +x sub53
    
    $ ./sub53 <domain1> <domain2>..................<domainN>

Capture

sub53 also saves the discovered subdomains to a text file for later use

Capture

Filtering

            Once Finished with finding subdomains, sub53 prompts the user for filtering the discovered subdomains
            accordingly with the user action sub53 goes ahead and performs multithreaded filtering of the data.
            This not only makes it Fast But also more reliable.

Install

*sub53 depends on curl , install curl on your system

            $ sudo apt install curl

About

sub53 is a Lightening Fast subdomain hunter that uses CA certificates to Hunt Down subdomains and can also do multi-threaded filtering of alive domains

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 100.0%