1
0
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:
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". "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