Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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