1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 04:09:01 +00:00

dnscurve.org has https.

This commit is contained in:
david
2017-04-28 18:43:38 +00:00
parent 5953b817ac
commit 6d8a64423f

View File

@@ -19,7 +19,7 @@ with salt and number of iterations used. This technique is known as
"NSEC3 walking".
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
output was written into a text file <code>hashes.txt</code> like:
<code>
@@ -46,7 +46,7 @@ Use the <code>dns-nsec-enum</code> script to handle servers that use NSEC
rather than NSEC3.
References:
* http://dnscurve.org/nsec3walker.html
* https://dnscurve.org/nsec3walker.html
]]
---
-- @usage