mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
synced 2024-12-26 09:58:40 +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
|
@ -3939,6 +3939,16 @@ dig google.com ANY +noall +answer
|
|||
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
|
||||
|
||||
___
|
||||
|
||||
##### Tool: [certbot](https://certbot.eff.org/)
|
||||
|
|
Loading…
Reference in a new issue