Skip to content

Instantly share code, notes, and snippets.

@akamajoris
Last active March 16, 2018 17:19
Show Gist options
  • Save akamajoris/0eb61807476c5036c49cec77ba2fe5d0 to your computer and use it in GitHub Desktop.
Save akamajoris/0eb61807476c5036c49cec77ba2fe5d0 to your computer and use it in GitHub Desktop.
Идите на*уй со своими сабдомен сканнерами, которые тянут тонну зависимостей
curl -s "https://crt.sh/?q=%.ya.ru&output=json" | grep -Po 'name_value":"([^"]+)"' | awk -F':' '{ print $2 }' | sed 's/"//g' | sort -u
@cr1f
Copy link

cr1f commented Mar 16, 2018

Good job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment