Browse Source
Added DNS Server Listing and Zone Transfer
Added listing of DNS Servers and AXFR Zone Transfer
pull/398/head
EanDudley30
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
10 additions and
0 deletions
-
README.md
|
|
@@ -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 |
|
|
|
|
|
|
|
___ |
|
|
|
|
|
|
|