LittleGreenCat revised this gist 8 months ago. Go to revision
No changes
LittleGreenCat revised this gist 8 months ago. Go to revision
No changes
LittleGreenCat revised this gist 8 months ago. Go to revision
No changes
LittleGreenCat revised this gist 8 months ago. Go to revision
1 file changed, 3 insertions
subdomain.sh(file created)
| @@ -0,0 +1,3 @@ | |||
| 1 | + | SITENAME = mysite.tld | |
| 2 | + | ||
| 3 | + | curl -s 'https://crt.sh/?q=$SITENAME&output=json' --compressed -H 'User-Agent: Mozilla/5.0'| jq -r '.[].common_name,.[].name_value'|sort -u | |
Newer
Older