Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dark-warlord14/crt.sh-one-liner

Updated crt.sh one liner to get subdomains
https://github.com/dark-warlord14/crt.sh-one-liner

Last synced: 21 days ago
JSON representation

Updated crt.sh one liner to get subdomains

Awesome Lists containing this project

README

        

# crt.sh-one-liner
Updated crt.sh one liner to get subdomains

`curl -s https://crt.sh/\?q\=\%.target.com\&output\=json | jq -r '.[].name_value' | sed 's/\*\.//g' | sort -u`

I will try to keep this updated from time to time.
Happy Hacking!