1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-17 21:19:01 +00:00
--@output
-- TODO
from smb-enumusers.nse and smb-enumshares.nse to keep it from showing up in
printed output.
This commit is contained in:
david
2008-10-20 19:05:35 +00:00
parent b80804c311
commit 60870aee2b
2 changed files with 0 additions and 6 deletions

View File

@@ -20,9 +20,6 @@ shares allowed for anonymous access).
--@usage --@usage
-- nmap --script smb-enumshares.nse -p445 <host>\n -- nmap --script smb-enumshares.nse -p445 <host>\n
-- sudo nmap -sU -sS --script smb-enumshares.nse -p U:137,T:139 <host> -- sudo nmap -sU -sS --script smb-enumshares.nse -p U:137,T:139 <host>
--
--@output
-- TODO
----------------------------------------------------------------------- -----------------------------------------------------------------------
author = "Ron Bowes" author = "Ron Bowes"

View File

@@ -70,9 +70,6 @@ alphabetically.
-- @usage -- @usage
-- nmap --script smb-enumusers.nse -p445 <host>\n -- nmap --script smb-enumusers.nse -p445 <host>\n
-- sudo nmap -sU -sS --script smb-enumusers.nse -p U:137,T:139 <host> -- sudo nmap -sU -sS --script smb-enumusers.nse -p U:137,T:139 <host>
--
-- @output
-- TODO
----------------------------------------------------------------------- -----------------------------------------------------------------------
author = "Ron Bowes" author = "Ron Bowes"