mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Make dns-nsec-enum and dns-nsec3-enum reference each other.
This commit is contained in:
parent
83f9cf53c1
commit
d24ab2d43c
2 changed files with 5 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ increased indentation.
|
|||
The NSEC response record in DNSSEC is used to give negative answers to
|
||||
queries, but it has the side effect of allowing enumeration of all
|
||||
names, much like a zone transfer. This script doesn't work against
|
||||
servers that use NSEC3 rather than NSEC.
|
||||
servers that use NSEC3 rather than NSEC; for that, see
|
||||
<code>dns-nsec3-enum</code>.
|
||||
]]
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -44,6 +44,9 @@ k7i4ekvi22ebrim5b6celtaniknd6ilj vulpix.example.com.
|
|||
found 2 private NSEC3 names (25%) using 35017190 hash computations
|
||||
</code>
|
||||
|
||||
Use the <code>dns-nsec-enum</code> script to handle servers that use NSEC
|
||||
rather than NSEC3.
|
||||
|
||||
References:
|
||||
* http://dnscurve.org/nsec3walker.html
|
||||
]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue