Created
April 22, 2018 17:02
-
-
Save 0xbharath/bbd462bf99a8392d20d2a97fc0cd3e36 to your computer and use it in GitHub Desktop.
A quick and dirty bash one-liner to find sub-domains using certspotter API
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find-cert() | |
{ curl -s https://certspotter.com/api/v0/certs?domain=$1 | jq -c '.[].dns_names' | grep -o '"[^"]\+"'; } |
curl -s "https://crt.sh/atom?q=%25.URL.com"
curl -s "https://dns.google.com/resolve?name=URL.com&type=MX" | jq .
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#TLS Fingerprint
curl -s "https://ja3er.com/json" | jq .