Skip to content

Instantly share code, notes, and snippets.

@IAmStoxe
Created July 25, 2020 00:16
Show Gist options
  • Select an option

  • Save IAmStoxe/f58869259e10a8cd7ad4e02e5e07c2e7 to your computer and use it in GitHub Desktop.

Select an option

Save IAmStoxe/f58869259e10a8cd7ad4e02e5e07c2e7 to your computer and use it in GitHub Desktop.
query_crt.sh
curl -s "https://crt.sh/?q=%25.DOMAIN_NAME_HERE&output=json" |
jq -r '.[].name_value' |
sed 's/\*\.//g' |
sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment