Skip to content

Instantly share code, notes, and snippets.

@man3kin3ko
Last active June 3, 2023 20:28
Show Gist options
  • Save man3kin3ko/6442a974cdd26c8c69320ee1e6250274 to your computer and use it in GitHub Desktop.
Save man3kin3ko/6442a974cdd26c8c69320ee1e6250274 to your computer and use it in GitHub Desktop.
DNS recon
DOMAIN=domain.com
NS=ns.domain.com
dig -t AXFR $DOMAIN @$NS
dig +noall +answer +multiline $DOMAIN any @$NS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment