Browse Source

Added DNS Server Listing and Zone Transfer

Added listing of DNS Servers and AXFR Zone Transfer
pull/398/head
EanDudley30 11 months ago
committed by GitHub
parent
commit
f3776947c3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      README.md

+ 10
- 0
README.md View File

@@ -3938,6 +3938,16 @@ dig google.com ANY +noall +answer
```bash ```bash
dig -x 172.217.16.14 +short 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


___ ___




Loading…
Cancel
Save