mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 12:41:29 +00:00
Remove script args that are inherited from modules from sript documentation.
Such args are now included automatically in the generated documentation.
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o [NSEDoc] Scripts that use modules automatically have the script
|
||||
arguments defined by those modules included in their documentation.
|
||||
It's no longer necessary to manually supply @args for the arguments
|
||||
in the modules you use. [David]
|
||||
|
||||
o An integer overflow in the scan progress meter was fixed. It caused
|
||||
nonsense output like
|
||||
UDP Scan Timing: About 11.34% done; ETC: 03:21 (-688:-41:-48 remaining)
|
||||
|
||||
@@ -6,8 +6,6 @@ Tries to log into a POP3 account by guessing usernames and passwords.
|
||||
-- @args pop3loginmethod The login method to use: <code>"USER"</code>
|
||||
-- (default), <code>"SASL-PLAIN"</code>, <code>"SASL-LOGIN"</code>,
|
||||
-- <code>"SASL-CRAM-MD5"</code>, or <code>"APOP"</code>.
|
||||
-- @args userdb The filename of an alternate username database.
|
||||
-- @args passdb The filename of an alternate password database.
|
||||
|
||||
author = "Philip Pickering <pgpickering@gmail.com>"
|
||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
|
||||
@@ -48,9 +48,6 @@ on the Nmap-dev mailing list and I'll add it to my list [Ron Bowes]).
|
||||
-- | MS08-067: FIXED
|
||||
-- |_ regsvc DoS: VULNERABLE
|
||||
--
|
||||
-- @args smb* This script supports the <code>smbusername</code>,
|
||||
-- <code>smbpassword</code>, <code>smbhash</code>, and <code>smbtype</code>
|
||||
-- script arguments of the <code>smb</code> module.
|
||||
-- @args unsafe If set, this script will run checks that, if the system isn't
|
||||
-- patched, are basically guaranteed to crash something. Remember that
|
||||
-- non-unsafe checks aren't necessarily safe either)
|
||||
|
||||
@@ -37,10 +37,6 @@ After the initial <code>bind</code> to SAMR, the sequence of calls is:
|
||||
-- | |_ Password properties:
|
||||
-- | |_ Password complexity requirements do not exist
|
||||
-- |_ |_ Administrator account cannot be locked out
|
||||
--
|
||||
-- @args smb* This script supports the <code>smbusername</code>,
|
||||
-- <code>smbpassword</code>, <code>smbhash</code>, and <code>smbtype</code>
|
||||
-- script arguments of the <code>smb</code> module.
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
author = "Ron Bowes"
|
||||
|
||||
@@ -76,10 +76,6 @@ same code) won't show up again.
|
||||
-- | | Priority: 4
|
||||
-- | |_Thread Count: 1, Handle Count: 22
|
||||
-- ...
|
||||
--
|
||||
-- @args smb* This script supports the <code>smbusername</code>,
|
||||
-- <code>smbpassword</code>, <code>smbhash</code>, and <code>smbtype</code>
|
||||
-- script arguments of the <code>smb</code> module.
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
author = "Ron Bowes"
|
||||
|
||||
@@ -39,10 +39,6 @@ same code) won't show up again.
|
||||
-- | |_ DOMAIN\rbowes since 2008-10-20 09:03:23
|
||||
-- | Active SMB Sessions:
|
||||
-- |_ |_ ADMINISTRATOR is connected from 10.100.254.138 for [just logged in, it's probably you], idle for [not idle]
|
||||
--
|
||||
-- @args smb* This script supports the <code>smbusername</code>,
|
||||
-- <code>smbpassword</code>, <code>smbhash</code>, and <code>smbtype</code>
|
||||
-- script arguments of the <code>smb</code> module.
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
author = "Ron Bowes"
|
||||
|
||||
@@ -54,10 +54,6 @@ test.
|
||||
-- | |_ Comment: Default share
|
||||
-- | |_ Users: 0, Max: <unlimited>
|
||||
-- |_ |_ Path: C:\
|
||||
--
|
||||
-- @args smb* This script supports the <code>smbusername</code>,
|
||||
-- <code>smbpassword</code>, <code>smbhash</code>, and <code>smbtype</code>
|
||||
-- script arguments of the <code>smb</code> module.
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
author = "Ron Bowes"
|
||||
|
||||
@@ -127,9 +127,6 @@ the code I wrote for this is largely based on the techniques used by them.
|
||||
-- | |_ Type: Alias
|
||||
-- |_ |_ Domain: LOCALSYSTEM
|
||||
--
|
||||
-- @args smb* This script supports the <code>smbusername</code>,
|
||||
-- <code>smbpassword</code>, <code>smbhash</code>, and <code>smbtype</code>
|
||||
-- script arguments of the <code>smb</code> module.
|
||||
-- @args lsaonly If set, script will only enumerate using an LSA bruteforce (requires less
|
||||
-- access than samr). Only set if you know what you're doing, you'll get better results
|
||||
-- by using the default options.
|
||||
|
||||
@@ -24,11 +24,6 @@ they likely won't change the outcome in any meaningful way.
|
||||
-- | LAN Manager: Windows 2000 LAN Manager
|
||||
-- | Name: WORKGROUP\TEST1
|
||||
-- |_ System time: 2008-09-09 20:55:55 UTC-5
|
||||
--
|
||||
-- @args smb* This script supports the <code>smbusername</code>,
|
||||
-- <code>smbpassword</code>, <code>smbhash</code>, and <code>smbtype</code>
|
||||
-- script arguments of the <code>smb</code> module, but they are unlikely
|
||||
-- to be required.
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
author = "Ron Bowes"
|
||||
|
||||
@@ -42,10 +42,6 @@ set the username and password, etc.), but it probably won't ever require them.
|
||||
-- | 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>, and <code>smbtype</code>
|
||||
-- script arguments of the <code>smb</code> module.
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
author = "Ron Bowes"
|
||||
|
||||
@@ -27,10 +27,6 @@ up to version 1.0.3 (and possibly higher).
|
||||
-- | |_ Permission errors: 1, System errors: 0
|
||||
-- | |_ Print jobs spooled: 0
|
||||
-- |_ |_ Files opened (including pipes): 18
|
||||
--
|
||||
-- @args smb* This script supports the <code>smbusername</code>,
|
||||
-- <code>smbpassword</code>, <code>smbhash</code>, and <code>smbtype</code>
|
||||
-- script arguments of the <code>smb</code> module.
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
author = "Ron Bowes"
|
||||
|
||||
@@ -45,10 +45,6 @@ same code) won't show up again.
|
||||
-- | Browsers
|
||||
-- | |_ Internet Explorer 7.0000
|
||||
-- |_ |_ Firefox 3.0.3 (en-US)
|
||||
--
|
||||
-- @args smb* This script supports the <code>smbusername</code>,
|
||||
-- <code>smbpassword</code>, <code>smbhash</code>, and <code>smbtype</code>
|
||||
-- script arguments of the <code>smb</code> module.
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
@@ -7,8 +7,6 @@ Attempts to find an SNMP community string by brute force guessing.
|
||||
-- @args snmpcommunity The SNMP community string to use. If supplied, this
|
||||
-- script will not run.
|
||||
-- @args snmplist The filename of a list of community strings to try.
|
||||
-- @args userdb The filename of an alternate username database.
|
||||
-- @args passdb The filename of an alternate password database.
|
||||
|
||||
author = "Philip Pickering <pgpickering@gmail.com>"
|
||||
|
||||
|
||||
@@ -3,9 +3,6 @@ Attempts to extract system information from an SNMP version 1 service.
|
||||
]]
|
||||
|
||||
---
|
||||
-- @args snmpcommunity The community string to use. If not supplied, it is
|
||||
-- <code>public</code>.
|
||||
--
|
||||
-- @output
|
||||
-- | snmp-sysdescr: HP ETHERNET MULTI-ENVIRONMENT,ROM A.25.80,JETDIRECT,JD117,EEPROM V.28.22,CIDATE 08/09/2006
|
||||
-- |_ System uptime: 28 days, 17:18:59 (248153900 timeticks)
|
||||
|
||||
Reference in New Issue
Block a user