nmap/scripts
jah c8442d3946 Fix error:
SCRIPT ENGINE (506.424s): ./scripts/pop3-capabilities.nse against a.b.1.47:995
ended with error: ./scripts/pop3-capabilities.nse:32: bad argument #1 to
'pairs' (table expected, got string)

which happens because pop3.lua returns a string error message instead of a table
of capabilities if it can't connect the socket or obtain a response from a
connected socket.
It now returns nil, err_message in these cases and the documentation now reflects
this - pop3-capabilities.nse silently returns and prints a debug message.

Added a 10s timeout for the socket in pop3.lua capabilities - 30s was a bit much.
2009-02-03 01:15:25 +00:00
..
asn-query.nse spell check: recognise -> recognize 2008-11-11 20:33:48 +00:00
auth-owners.nse Use a more straightforward return style in script rules. Instead of 2008-11-18 16:59:09 +00:00
auth-spoof.nse
banner.nse remove complex timeout system (based on -T level) of Banner NSE script, and instead always wait five seconds. 2009-01-23 05:22:06 +00:00
daytime.nse Remove redundant "Daytime: " from the output of daytime.nse. It looked like 2009-01-20 00:42:32 +00:00
dns-random-srcport.nse
dns-random-txid.nse Use a more straightforward return style in script rules. Instead of 2008-11-18 16:59:09 +00:00
dns-recursion.nse
dns-zone-transfer.nse Split dns-zone-transfer usage across two lines. 2008-11-11 00:35:08 +00:00
finger.nse
ftp-anon.nse
ftp-bounce.nse
ftp-brute.nse Rename the xampp-default-auth script to ftp-brute. Incorporate some code 2009-01-26 06:02:45 +00:00
html-title.nse Add a patch by Tom Sellers to use "html-title.nse" in the debug messages of the 2008-12-06 02:48:30 +00:00
http-auth.nse
http-open-proxy.nse Don't use empty parentheses when referring to functions by name in NSE 2008-11-07 22:49:49 +00:00
http-passwd.nse
http-trace.nse Adjust the output of http-trace and pop3-capabilities to avoid overly long 2008-11-10 23:44:49 +00:00
iax2-version.nse
irc-info.nse
ms-sql-info.nse
mysql-info.nse Use a more straightforward return style in script rules. Instead of 2008-11-18 16:59:09 +00:00
nbstat.nse Use a more straightforward return style in script rules. Instead of 2008-11-18 16:59:09 +00:00
pop3-brute.nse Document script arguments in 2009-01-13 00:10:33 +00:00
pop3-capabilities.nse Fix error: 2009-02-03 01:15:25 +00:00
pptp-version.nse Cleaned up the creation of the string payload. 2008-12-09 06:00:50 +00:00
realvnc-auth-bypass.nse
robots.txt.nse Make robots.txt.nse be silent instead of printing reports for a file with no 2009-01-03 16:54:47 +00:00
rpcinfo.nse
script.db Rename the xampp-default-auth script to ftp-brute. Incorporate some code 2009-01-26 06:02:45 +00:00
skypev2-version.nse Update skypev2-version.nse to match how it's shown in scripting.xml. 2008-11-18 16:47:57 +00:00
smb-check-vulns.nse Remove id variables from a couple of scripts. 2009-01-26 05:56:49 +00:00
smb-enum-domains.nse Merging changes from my experimental branch; the new versions of this scripts, which have significant changes to their core functionality, managed to hold their own against Brandon's network. More testing would be very helpful, though, especially with credentials (most of Brandon's scans were anonymous). 2008-12-24 00:53:01 +00:00
smb-enum-processes.nse Updated the output section for smb-enum-processes.nse 2008-12-24 00:58:52 +00:00
smb-enum-sessions.nse Merging changes from my experimental branch; the new versions of this scripts, which have significant changes to their core functionality, managed to hold their own against Brandon's network. More testing would be very helpful, though, especially with credentials (most of Brandon's scans were anonymous). 2008-12-24 00:53:01 +00:00
smb-enum-shares.nse Merging changes from my experimental branch; the new versions of this scripts, which have significant changes to their core functionality, managed to hold their own against Brandon's network. More testing would be very helpful, though, especially with credentials (most of Brandon's scans were anonymous). 2008-12-24 00:53:01 +00:00
smb-enum-users.nse Merging changes from my experimental branch; the new versions of this scripts, which have significant changes to their core functionality, managed to hold their own against Brandon's network. More testing would be very helpful, though, especially with credentials (most of Brandon's scans were anonymous). 2008-12-24 00:53:01 +00:00
smb-os-discovery.nse Merged in significant changes to Microsoft RPC calls 2008-12-07 16:16:11 +00:00
smb-security-mode.nse Merged in significant changes to Microsoft RPC calls 2008-12-07 16:16:11 +00:00
smb-server-stats.nse Merged in significant changes to Microsoft RPC calls 2008-12-07 16:16:11 +00:00
smb-system-info.nse Merged in significant changes to Microsoft RPC calls 2008-12-07 16:16:11 +00:00
smtp-commands.nse Better format the output of smtp-commands.nse. 2008-11-10 23:35:31 +00:00
smtp-open-relay.nse
smtp-strangeport.nse Use a more straightforward return style in script rules. Instead of 2008-11-18 16:59:09 +00:00
sniffer-detect.nse Fix the closure of a multiline comment which is not strictly legal 2008-12-02 18:30:05 +00:00
snmp-brute.nse Document script arguments in 2009-01-13 00:10:33 +00:00
snmp-sysdescr.nse Give the default value ("public") in the NSEDoc for the snmpcommunity script 2009-01-19 23:23:20 +00:00
sql-injection.nse Starting in Lua 5.1, string.gfind was renamed to string.gmatch. This commit fixes a warning when gfind is used by using gmatch instead. 2008-12-17 20:43:57 +00:00
ssh-hostkey.nse
sshv1.nse
sslv2.nse
telnet-brute.nse Remove id variables from a couple of scripts. 2009-01-26 05:56:49 +00:00
upnp-info.nse
whois.nse Removed an erroneous argument to a print_debug statement. 2008-11-14 20:57:45 +00:00