Added DNS Server Listing and Zone Transfer

Added listing of DNS Servers and AXFR Zone Transfer
This commit is contained in:
EanDudley30 2023-05-17 15:56:20 -04:00 committed by GitHub
parent 945e21b6a4
commit f3776947c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3938,6 +3938,16 @@ dig google.com ANY +noall +answer
```bash
dig -x 172.217.16.14 +short
```
###### List DNS Servers for a Domain
```bash
dig +short ns google.com
```
###### AXFR Zone Transfer
dig axfr zonetransfer.me @DNSServer
___