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
auth-owners.nse
auth-spoof.nse
banner.nse
daytime.nse
dns-random-srcport.nse
dns-random-txid.nse
dns-recursion.nse
dns-zone-transfer.nse
finger.nse
ftp-anon.nse
ftp-bounce.nse
ftp-brute.nse
html-title.nse
http-auth.nse
http-open-proxy.nse
http-passwd.nse
http-trace.nse
iax2-version.nse
irc-info.nse
ms-sql-info.nse
mysql-info.nse
nbstat.nse
pop3-brute.nse
pop3-capabilities.nse Fix error: 2009-02-03 01:15:25 +00:00
pptp-version.nse
realvnc-auth-bypass.nse
robots.txt.nse
rpcinfo.nse
script.db
skypev2-version.nse
smb-check-vulns.nse
smb-enum-domains.nse
smb-enum-processes.nse
smb-enum-sessions.nse
smb-enum-shares.nse
smb-enum-users.nse
smb-os-discovery.nse
smb-security-mode.nse
smb-server-stats.nse
smb-system-info.nse
smtp-commands.nse
smtp-open-relay.nse
smtp-strangeport.nse
sniffer-detect.nse
snmp-brute.nse
snmp-sysdescr.nse
sql-injection.nse
ssh-hostkey.nse
sshv1.nse
sslv2.nse
telnet-brute.nse
upnp-info.nse
whois.nse