Skip to content
/ sub53 Public

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

Notifications You must be signed in to change notification settings

vrikodar/sub53

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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