Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dark-warlord14/crt.sh-one-liner
- Owner: dark-warlord14
- Created: 2020-01-13T02:58:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T03:02:23.000Z (almost 5 years ago)
- Last Synced: 2024-08-05T17:29:44.478Z (4 months ago)
- Size: 2.93 KB
- Stars: 14
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - dark-warlord14/crt.sh-one-liner - Updated crt.sh one liner to get subdomains (Others)
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!