mirror of
https://github.com/trimstray/the-book-of-secret-knowledge.git
synced 2024-10-01 01:26:00 -04: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
10
README.md
10
README.md
@ -3939,6 +3939,16 @@ dig google.com ANY +noall +answer
|
|||||||
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
|
||||||
|
|
||||||
___
|
___
|
||||||
|
|
||||||
##### Tool: [certbot](https://certbot.eff.org/)
|
##### Tool: [certbot](https://certbot.eff.org/)
|
||||||
|
Loading…
Reference in New Issue
Block a user