1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

fixed a <code> tag in smb.lua's NSEDoc

This commit is contained in:
ron
2009-04-19 17:44:45 +00:00
parent edde5c5686
commit a251c563c3

View File

@@ -103,7 +103,7 @@
--@args smbsign Controls whether or not server signatures are checked in SMB packets. By default, on Windows,
-- server signatures aren't enabled or required. By default, this library will always sign
-- packets if it knows how, and will check signatures if the server says to. Possible values are:
-- * <code>force<code>: Always check server signatures, even if server says it doesn't support them (will
-- * <code>force</code>: Always check server signatures, even if server says it doesn't support them (will
-- probably fail, but is technically more secure).
-- * <code>negotiate</code>: [default] Use signatures if server supports them.
-- * <code>ignore</code>: Never check server signatures. Not recommended.