Created
January 11, 2019 18:50
-
-
Save jeongho/e1954a86e0d1687a6beda165dd94ae1d to your computer and use it in GitHub Desktop.
digging dns with a zone transfer
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
dig axfr aa05.penguin.antarcticatec.com | grep -v ob | sort | sed -n -E "s/(.*)[0-9]{3,}.aa05.*$/\1/gp" | grep -E "(^ul|^dt)" |sort -u |grep -v CNAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment