mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
synced 2024-12-25 09:58:21 +01:00
Added DNS Server Listing and Zone Transfer
Added listing of DNS Servers and AXFR Zone Transfer
This commit is contained in:
parent
945e21b6a4
commit
f3776947c3
1 changed files with 10 additions and 0 deletions
10
README.md
10
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
|
||||
|
||||
___
|
||||
|
||||
|
|
Loading…
Reference in a new issue