nmap/scripts
jah c38aa90312 Fix http.lua which ignores port.protocol and assumes it to be 'tcp' even if it is 'udp'.
Now http.request() returns nil if port.protocol is not 'tcp'.
Changed the portrule in html-title.nse to accept only TCP ports.

Fixed a redirect rule in html-title.nse which was comparing the string url.port with
the number port.number - which would always be false.
2008-11-10 22:55:08 +00:00
..
asn-query.nse Don't use empty parentheses when referring to functions by name in NSE 2008-11-07 22:49:49 +00:00
auth-owners.nse changing name from identd-owners to auth-owners to match service name in nmap-services. We can always change it back if we change nmap-services 2008-11-08 05:12:44 +00:00
auth-spoof.nse o Renamed irc-zombie.nse to auth-spoof and improved its description 2008-11-06 21:58:29 +00:00
daytime.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
dns-random-srcport.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
dns-random-txid.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
dns-recursion.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
finger.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
ftp-anon.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
ftp-bounce.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
html-title.nse Fix http.lua which ignores port.protocol and assumes it to be 'tcp' even if it is 'udp'. 2008-11-10 22:55:08 +00:00
http-auth.nse o http-auth.nse now properly checks for default authentication 2008-11-07 17:16:20 +00:00
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 Little typo fix. 2008-11-07 04:40:52 +00:00
http-trace.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
iax2-version.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
irc-info.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
ms-sql-info.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
mysql-info.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
nbstat.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
pop3-brute.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
pop3-capabilities.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
pptp-version.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
realvnc-auth-bypass.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
robots.txt.nse add to discovery category 2008-11-07 00:29:15 +00:00
rpcinfo.nse Remove script ids. Scripts are identified by file name in output (just the 2008-11-05 00:52:55 +00:00
script.db updated scriptdb/CHANGELOG, renamed smb-checkvulns.nse to nse-check-vulns.nse for consistency with the new naming standard 2008-11-10 19:06:50 +00:00
skypev2-version.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
smb-check-vulns.nse Rearrange some symbolic constants in smb-check-vulns.nse so as not to confuse 2008-11-10 21:44:35 +00:00
smb-enum-domains.nse Don't use empty parentheses when referring to functions by name in NSE 2008-11-07 22:49:49 +00:00
smb-enum-sessions.nse Don't use empty parentheses when referring to functions by name in NSE 2008-11-07 22:49:49 +00:00
smb-enum-shares.nse Don't use empty parentheses when referring to functions by name in NSE 2008-11-07 22:49:49 +00:00
smb-enum-users.nse Don't use empty parentheses when referring to functions by name in NSE 2008-11-07 22:49:49 +00:00
smb-os-discovery.nse Remove script ids. Scripts are identified by file name in output (just the 2008-11-05 00:52:55 +00:00
smb-security-mode.nse Remove script ids. Scripts are identified by file name in output (just the 2008-11-05 00:52:55 +00:00
smb-server-stats.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
smb-system-info.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
smtp-commands.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
smtp-open-relay.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
smtp-strangeport.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
sniffer-detect.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
snmp-brute.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
snmp-sysdescr.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
sql-injection.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
ssh-hostkey.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
sshv1.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
sslv2.nse mostly documentation cleanup, though I also moved ftp-anon into the safe category since I don't think it is any more intrusive than other scripts in that category 2008-11-07 04:35:22 +00:00
telnet-brute.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
upnp-info.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
whois.nse Don't use empty parentheses when referring to functions by name in NSE 2008-11-07 22:49:49 +00:00
xampp-default-auth.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00
zone-transfer.nse Rename scripts (almost all of them) to make their names more consistent and 2008-11-06 02:52:59 +00:00