mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 00:19:01 +00:00
Fix some @see NSEdoc
https://secwiki.org/w/Nmap/Code_Standards#NSEdoc_best-practices
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
--
|
||||
-- The <code>DigestMD5</code> class contains all code necessary to calculate
|
||||
-- a DIGEST-MD5 response based on the servers challenge and the other
|
||||
-- necessary arguments (@see DigestMD5.new).
|
||||
-- necessary arguments.
|
||||
-- It can be called through the SASL helper or directly like this:
|
||||
-- <code>
|
||||
-- local dmd5 = DigestMD5:new(chall, user, pass, "AUTHENTICATE", nil, "imap")
|
||||
@@ -14,7 +14,7 @@
|
||||
--
|
||||
-- The <code>NTLM</code> class contains all code necessary to calculate a
|
||||
-- NTLM response based on the servers challenge and the other necessary
|
||||
-- arguments (@see NTLM.new). It can be called through the SASL helper or
|
||||
-- arguments. It can be called through the SASL helper or
|
||||
-- directly like this:
|
||||
-- <code>
|
||||
-- local ntlm = NTLM:new(chall, user, pass)
|
||||
|
||||
Reference in New Issue
Block a user