Skip to content

Instantly share code, notes, and snippets.

@Haeniken
Created October 22, 2021 15:55
Show Gist options
  • Save Haeniken/b24ba7e65c16b29e034ea424a08cb7e6 to your computer and use it in GitHub Desktop.
Save Haeniken/b24ba7e65c16b29e034ea424a08cb7e6 to your computer and use it in GitHub Desktop.
Fast dig ns and a
for i in haeniken.com www.haeniken.com; do echo "Domain: $i" && dig NS +short $i && dig A +short $i $i;done
#Domain: haeniken.com
#chad.ns.cloudflare.com.
#jill.ns.cloudflare.com.
#104.21.57.64
#172.67.189.95
#104.21.57.64
#172.67.189.95
#Domain: www.haeniken.com
#104.21.57.64
#172.67.189.95
#104.21.57.64
#172.67.189.95
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment