mirror of
https://github.com/nmap/nmap.git
synced 2025-12-17 05:09:00 +00:00
dnscurve.org has https.
This commit is contained in:
@@ -19,7 +19,7 @@ with salt and number of iterations used. This technique is known as
|
|||||||
"NSEC3 walking".
|
"NSEC3 walking".
|
||||||
|
|
||||||
That info should then be fed into an offline cracker, like
|
That info should then be fed into an offline cracker, like
|
||||||
<code>unhash</code> from http://dnscurve.org/nsec3walker.html, to
|
<code>unhash</code> from https://dnscurve.org/nsec3walker.html, to
|
||||||
bruteforce the actual names from the hashes. Assuming that the script
|
bruteforce the actual names from the hashes. Assuming that the script
|
||||||
output was written into a text file <code>hashes.txt</code> like:
|
output was written into a text file <code>hashes.txt</code> like:
|
||||||
<code>
|
<code>
|
||||||
@@ -46,7 +46,7 @@ Use the <code>dns-nsec-enum</code> script to handle servers that use NSEC
|
|||||||
rather than NSEC3.
|
rather than NSEC3.
|
||||||
|
|
||||||
References:
|
References:
|
||||||
* http://dnscurve.org/nsec3walker.html
|
* https://dnscurve.org/nsec3walker.html
|
||||||
]]
|
]]
|
||||||
---
|
---
|
||||||
-- @usage
|
-- @usage
|
||||||
|
|||||||
Reference in New Issue
Block a user