diff --git a/nselib/smb.lua b/nselib/smb.lua index e832abf15..9640d18a4 100644 --- a/nselib/smb.lua +++ b/nselib/smb.lua @@ -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: --- * force: Always check server signatures, even if server says it doesn't support them (will +-- * force: Always check server signatures, even if server says it doesn't support them (will -- probably fail, but is technically more secure). -- * negotiate: [default] Use signatures if server supports them. -- * ignore: Never check server signatures. Not recommended.