Last active
June 3, 2023 20:28
-
-
Save man3kin3ko/6442a974cdd26c8c69320ee1e6250274 to your computer and use it in GitHub Desktop.
DNS recon
This file contains hidden or 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
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