Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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
https://github.com/vrikodar/sub53
bug-bounty certificate-authority certificate-transparency certificates curl domain-data hunter multi-threaded multithreading osint subdomain-enumeration subdomain-finder subdomain-scanner subdomains subfinder
Last synced: about 1 month ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/vrikodar/sub53
- Owner: vrikodar
- License: bsd-3-clause
- Created: 2021-04-16T09:23:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-26T16:00:20.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T21:14:30.965Z (3 months ago)
- Topics: bug-bounty, certificate-authority, certificate-transparency, certificates, curl, domain-data, hunter, multi-threaded, multithreading, osint, subdomain-enumeration, subdomain-finder, subdomain-scanner, subdomains, subfinder
- Language: Shell
- Homepage:
- Size: 887 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Capture](https://github.com/SxNade/sub53/blob/main/sub53.png)
**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 ..................![Capture](https://github.com/SxNade/sub53/blob/main/sub53.gif)
**sub53 also saves the discovered subdomains to a text file for later use**![Capture](https://github.com/SxNade/SxNade.github.io/blob/main/sub53fl.gif)
# 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