Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nahamsec/crtndstry
Yet another subdomain finder
https://github.com/nahamsec/crtndstry
Last synced: 5 days ago
JSON representation
Yet another subdomain finder
- Host: GitHub
- URL: https://github.com/nahamsec/crtndstry
- Owner: nahamsec
- Created: 2019-11-16T22:54:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T18:38:08.000Z (almost 5 years ago)
- Last Synced: 2024-06-15T00:47:05.810Z (5 months ago)
- Language: Shell
- Size: 186 KB
- Stars: 193
- Watchers: 9
- Forks: 55
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bugbounty-tools - crtndstry - Yet another subdomain finder (Recon / Subdomain Enumeration)
README
```
██████╗██████╗ ████████╗███╗ ██╗██████╗ ███████╗████████╗██████╗ ██╗ ██╗
██╔════╝██╔══██╗╚══██╔══╝████╗ ██║██╔══██╗██╔════╝╚══██╔══╝██╔══██╗╚██╗ ██╔╝
██║ ██████╔╝ ██║ ██╔██╗ ██║██║ ██║███████╗ ██║ ██████╔╝ ╚████╔╝
██║ ██╔══██╗ ██║ ██║╚██╗██║██║ ██║╚════██║ ██║ ██╔══██╗ ╚██╔╝
╚██████╗██║ ██║ ██║ ██║ ╚████║██████╔╝███████║ ██║ ██║ ██║ ██║
╚═════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═══╝╚═════╝ ╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝```
# Description
crtndtry uses a number of different sources to create a list of root subdomains (i.e.: corp.example.com)# Usage
```
./crtndstry example.com
```# Sources
- [crt.sh](https://crt.sh) - requires using different patterns as shown in the source
- [digiCert](https://ssltools.digicert.com)
- [certspotter](https://certspotter.com)# Video
Here's the VOD of me writing this tool during one of my streams
https://youtu.be/o37L5n6w9BQ# Credits
- nukedx
- dmfroberson