-
Hi,
I'm attempting to do an AXFR whose response is quite large (about 1500 RR). When I check this via 'dig', I see this being split between two messages.
;; Query time: 28 msec
;; SERVER: _redacting…
-
```
What steps will reproduce the problem?
1. ./dnsenum.pl --dnsserver localhost -v my_domain.com
2. In my /etc/resoslv.conf I have a public DNS Server
3. my_domain.com exists only in my localhost DNS…
-
Whenever i start a scan it always fails at Trying Zone Transfers and getting Bind Versions and gives this message:
Trying Zone Transfers and getting Bind Versions:
---
ERROR: tcp recv failed:
impr…
-
**Is your feature request related to a problem? Please describe.**
AXFR and IXFR
**Describe the solution you'd like**
Better support for zone transfers and replication
**Additional contex…
-
add way to load lists of external zones (names and subnets) which are assumed to be "valid".
Use these when you know you have forward records pointing to zones that you'll never be able to AXFR or …
-
See #13952 for context.
```
msf6 auxiliary(gather/enum_dns) > run
[*] Querying DNS NS records for zonetransfer.me
[+] zonetransfer.me NS: nsztm2.digi.ninja
[+] zonetransfer.me NS: nsztm1.digi…
-
**My situation**
I am running several Webservers. Most of them are managed on behalf of Hestia CP (because I really love Hestia...) but some clients require Plesk or CPanel.
Together with anoth…
-
I'm trying to use trust-dns as my personal website's DNS server. Heres steps I have done:
1. I build trust-dns with command `cargo build --release -p trust-dns --all-features`.
2. I setup the pr…
-
- Program: Authoritative
- Issue type: Bug report
### Short description
```
allow-axfr-ips=84.113.113.116 10/8
```
leads to:
`Fatal error: Unable to convert '10' to a netmask`
### …
zeha updated
4 months ago
-
I want to check all query records , like A, AAAA, SOA, CNAME, MX at once. How can I do that?
Thanks