mirror of
https://github.com/nmap/nmap.git
synced 2025-12-21 06:59:01 +00:00
Remove script ids. Scripts are identified by file name in output (just the
basename without ".nse", or the full path with debugging level 2 or higher). This includes documentation changes in scripting.xml.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
id = "SMB Security"
|
||||
description = [[
|
||||
Returns information about the SMB security level determined by SMB.
|
||||
|
||||
@@ -44,9 +43,9 @@ set the username and password, etc.), but it probably won't ever require them.
|
||||
-- sudo nmap -sU -sS --script smb-security-mode.nse -p U:137,T:139 127.0.0.1
|
||||
--
|
||||
--@output
|
||||
-- | SMB Security: User-level authentication
|
||||
-- | SMB Security: Challenge/response passwords supported
|
||||
-- |_ SMB Security: Message signing supported
|
||||
-- | smb-security-mode: User-level authentication
|
||||
-- | smb-security-mode: Challenge/response passwords supported
|
||||
-- |_ smb-security-mode: Message signing supported
|
||||
--
|
||||
-- @args smb* This script supports the <code>smbusername</code>,
|
||||
-- <code>smbpassword</code>, <code>smbhash</code>, <code>smbguest</code>, and
|
||||
|
||||
Reference in New Issue
Block a user