nmap/scripts
david 19c2d93903 Merge from /nmap-exp/david/nselib-http. This is an overhaul of HTTP
parsing mostly. Response parsing is centralized, and fewer operations
are done on raw HTTP data.

The biggest user-visible change is that http.request goes back to
returning a parsed result table, not raw HTTP data. I believe this is
how the function worked in the past; it's what the NSEDoc for the
function says. The only thing that used http.request was citrixxml.lua,
and this commit alters it to match the new expectations.

The other change is that the http.pipeline function no longer accepts
the "raw" option. The only script that used that was sql-injection.nse,
and this commit modifies that script as well.
2010-01-13 02:53:13 +00:00
..
asn-query.nse Merge from Dependencies branch (nmap-exp/patrick/dependencies) 2009-12-30 02:34:05 +00:00
auth-owners.nse Use a looser match pattern for retrieving the owner out of the identd response. This patch was from Richard Sammet - http://seclists.org/nmap-dev/2009/q4/549 2009-11-30 05:58:01 +00:00
auth-spoof.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
banner.nse Merge from Dependencies branch (nmap-exp/patrick/dependencies) 2009-12-30 02:34:05 +00:00
citrix-brute-xml.nse Add the scripts 2009-12-14 07:30:38 +00:00
citrix-enum-apps-xml.nse Add the scripts 2009-12-14 07:30:38 +00:00
citrix-enum-apps.nse Move citrix-enum-apps.nse out of the intrusive category and into safe. 2009-12-14 16:28:29 +00:00
citrix-enum-servers-xml.nse Add the scripts 2009-12-14 07:30:38 +00:00
citrix-enum-servers.nse Add the scripts 2009-12-14 07:30:38 +00:00
daytime.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
db2-info.nse Set port product and state when a DB2 database service is positively matched. 2009-12-19 16:30:57 +00:00
dhcp-discover.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +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 Use a more straightforward return style in script rules. Instead of 2008-11-18 16:59:09 +00:00
dns-recursion.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
dns-zone-transfer.nse Merge from Dependencies branch (nmap-exp/patrick/dependencies) 2009-12-30 02:34:05 +00:00
finger.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
ftp-anon.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +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
ftp-brute.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
html-title.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
http-auth.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
http-date.nse Move the format_difftime function out of http-date.nse and into 2010-01-06 20:43:24 +00:00
http-enum.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
http-favicon.nse Make http-favicon.nse check for a <link rel="icon"> icon first, and only 2010-01-05 00:32:25 +00:00
http-headers.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
http-iis-webdav-vuln.nse Updated http-iis-webdav-vuln.nse to run against SSL-enabled servers 2009-12-08 17:29:43 +00:00
http-malware-host.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
http-open-proxy.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
http-passwd.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
http-trace.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
http-userdir-enum.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
iax2-version.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
imap-capabilities.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
irc-info.nse Moved a bunch of scripts to the "safe" category, and some others to "intrusive" after 2009-10-01 19:07:16 +00:00
ms-sql-info.nse ms-sql-info.nse commented version bump. 2009-12-07 00:44:45 +00:00
mysql-info.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
nbstat.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
nfs-showmount.nse Add the nfs-showmount script by Patrik Karlsson. 2009-11-26 16:52:30 +00:00
ntp-info.nse Add a default timeout of 5000 ms to the ntp-info script, and don't try 2009-12-21 20:24:45 +00:00
oracle-sid-brute.nse Add the oracle-sid-brute script from Patrik Karlsson. 2009-12-28 17:35:46 +00:00
p2p-conficker.nse Merge from Dependencies branch (nmap-exp/patrick/dependencies) 2009-12-30 02:34:05 +00:00
pjl-ready-message.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
pop3-brute.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
pop3-capabilities.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
pptp-version.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
realvnc-auth-bypass.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
robots.txt.nse Merge from Dependencies branch (nmap-exp/patrick/dependencies) 2009-12-30 02:34:05 +00:00
rpcinfo.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
script.db Add the oracle-sid-brute script from Patrik Karlsson. 2009-12-28 17:35:46 +00:00
skypev2-version.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
smb-brute.nse Merge from Dependencies branch (nmap-exp/patrick/dependencies) 2009-12-30 02:34:05 +00:00
smb-check-vulns.nse Fixed a typo and a circular dependency in smb-check-vulns.nse. 2010-01-04 17:00:40 +00:00
smb-enum-domains.nse Merge from Dependencies branch (nmap-exp/patrick/dependencies) 2009-12-30 02:34:05 +00:00
smb-enum-groups.nse Merge from Dependencies branch (nmap-exp/patrick/dependencies) 2009-12-30 02:34:05 +00:00
smb-enum-processes.nse Merge from Dependencies branch (nmap-exp/patrick/dependencies) 2009-12-30 02:34:05 +00:00
smb-enum-sessions.nse Merge from Dependencies branch (nmap-exp/patrick/dependencies) 2009-12-30 02:34:05 +00:00
smb-enum-shares.nse Merge from Dependencies branch (nmap-exp/patrick/dependencies) 2009-12-30 02:34:05 +00:00
smb-enum-users.nse Merge from Dependencies branch (nmap-exp/patrick/dependencies) 2009-12-30 02:34:05 +00:00
smb-os-discovery.nse Merge from Dependencies branch (nmap-exp/patrick/dependencies) 2009-12-30 02:34:05 +00:00
smb-psexec.nse Turned off logging in smb-psexec. When logging is on, a .txt file is left on the target system. 2010-01-06 03:39:17 +00:00
smb-security-mode.nse Merge from Dependencies branch (nmap-exp/patrick/dependencies) 2009-12-30 02:34:05 +00:00
smb-server-stats.nse Merge from Dependencies branch (nmap-exp/patrick/dependencies) 2009-12-30 02:34:05 +00:00
smb-system-info.nse Merge from Dependencies branch (nmap-exp/patrick/dependencies) 2009-12-30 02:34:05 +00:00
smbv2-enabled.nse Merged in my changes from nmap-smb. The primary changes are: 2009-11-08 21:31:06 +00:00
smtp-commands.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
smtp-open-relay.nse Fix a typo in smtp-open-relay.nse. 2009-10-11 21:10:27 +00:00
smtp-strangeport.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
sniffer-detect.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
snmp-brute.nse Merge from Dependencies branch (nmap-exp/patrick/dependencies) 2009-12-30 02:34:05 +00:00
snmp-sysdescr.nse Merge from Dependencies branch (nmap-exp/patrick/dependencies) 2009-12-30 02:34:05 +00:00
socks-open-proxy.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
sql-injection.nse Merge from /nmap-exp/david/nselib-http. This is an overhaul of HTTP 2010-01-13 02:53:13 +00:00
ssh-hostkey.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
sshv1.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
ssl-cert.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
sslv2.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
telnet-brute.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
upnp-info.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00
whois.nse Merge from Dependencies branch (nmap-exp/patrick/dependencies) 2009-12-30 02:34:05 +00:00
x11-access.nse Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466 2009-11-24 08:49:02 +00:00