nmap/scripts
ron 7d67b08e66 Merged in my changes from nmap-smb. The primary changes are:
* Updated the way authentication works on smb -- it's significantly cleaner now
* smb-enum-shares.nse gives significantly better output now (it checks if shares are writable)
* Added a script that checks if smbv2 is enabled on a server
* Added smb-psexec, a script for executing commands on a remote Windows server. I also included some default scripts, a compiled .exe to run everything, and a ton of documentation (in the form of NSEDoc)
* Added 'override' parameters to some of the functions in smb.lua, which lets the programmer override any field in an outgoing SMB packet without modifying smb.lua. 
* Lots of random code cleanups in the smb-* scripts/libraries
2009-11-08 21:31:06 +00:00
..
asn-query.nse Moved a bunch of scripts to the "safe" category, and some others to "intrusive" after 2009-10-01 19:07:16 +00:00
auth-owners.nse Use CRLF, not just LF, in auth-owners.nse. Send CRLF in the request and 2009-07-15 14:54:03 +00:00
auth-spoof.nse Moved a bunch of scripts to the "safe" category, and some others to "intrusive" after 2009-10-01 19:07:16 +00:00
banner.nse
daytime.nse Moved a bunch of scripts to the "safe" category, and some others to "intrusive" after 2009-10-01 19:07:16 +00:00
dhcp-discover.nse Moved a bunch of scripts to the "safe" category, and some others to "intrusive" after 2009-10-01 19:07:16 +00:00
dns-random-srcport.nse
dns-random-txid.nse
dns-recursion.nse
dns-zone-transfer.nse Fixed a typo where quad-A records (AAAA) were listed as AAAAA. Thanks 2009-09-08 22:32:45 +00:00
finger.nse Moved a bunch of scripts to the "safe" category, and some others to "intrusive" after 2009-10-01 19:07:16 +00:00
ftp-anon.nse
ftp-bounce.nse
ftp-brute.nse Removed the default limit of usernames/passwords, and updated the comments accordingly. Users can still limit by passing script-args. 2009-09-19 05:42:07 +00:00
html-title.nse Changed the handling of the values returned from dns.query() (changed in r14493) 2009-07-22 10:12:17 +00:00
http-auth.nse
http-date.nse In http-date.nse, don't pad the minutes with a 0 if there are no hours 2009-07-23 23:17:00 +00:00
http-enum.nse Added the ability (off by defaultk, since it generates 20x requests) for http-enum.nse to generate variants of each file. This would probably be more useful to use after running a spider script than here, but the code should be essentially the same. I'm hoping it'll be used somewhere more appropriate, eventually. 2009-09-08 19:51:53 +00:00
http-favicon.nse Moved a bunch of scripts to the "safe" category, and some others to "intrusive" after 2009-10-01 19:07:16 +00:00
http-headers.nse Moved a bunch of scripts to the "safe" category, and some others to "intrusive" after 2009-10-01 19:07:16 +00:00
http-iis-webdav-vuln.nse Updated http-iis-webdav-vuln.nse: gives less output by default (unless -v or -d is given). Also updated it to reflect Microsoft's MS09-020 bulletin. 2009-06-11 21:57:42 +00:00
http-malware-host.nse Moved a bunch of scripts to the "safe" category, and some others to "intrusive" after 2009-10-01 19:07:16 +00:00
http-open-proxy.nse Scripts now use fallback requests when valid codes are received but pattern was not found. 2009-07-30 02:08:55 +00:00
http-passwd.nse
http-trace.nse Moved a bunch of scripts to the "safe" category, and some others to "intrusive" after 2009-10-01 19:07:16 +00:00
http-userdir-enum.nse Moved a bunch of scripts to the "safe" category, and some others to "intrusive" after 2009-10-01 19:07:16 +00:00
iax2-version.nse
imap-capabilities.nse Moved a bunch of scripts to the "safe" category, and some others to "intrusive" after 2009-10-01 19:07:16 +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
mysql-info.nse
nbstat.nse
p2p-conficker.nse Further improvements to the output format. It now always prints the vuln table if an infection is found, but it no longer prints anything for clean machines unless verbosity is 2+ 2009-06-04 19:39:24 +00:00
pjl-ready-message.nse pjl-ready-message.nse: Add more error checking, shorten the output to 2009-07-16 23:24:42 +00:00
pop3-brute.nse Remove unused and undeclared variable name "method". 2009-08-06 09:50:36 +00:00
pop3-capabilities.nse Moved a bunch of scripts to the "safe" category, and some others to "intrusive" after 2009-10-01 19:07:16 +00:00
pptp-version.nse
realvnc-auth-bypass.nse Moved a bunch of scripts to the "safe" category, and some others to "intrusive" after 2009-10-01 19:07:16 +00:00
robots.txt.nse Fixing locals/globals on following scripts 2009-07-16 22:54:38 +00:00
rpcinfo.nse Exit the script cleanly rather than throwing an error when attempting to 2009-08-08 01:51:32 +00:00
script.db Merged in my changes from nmap-smb. The primary changes are: 2009-11-08 21:31:06 +00:00
skypev2-version.nse
smb-brute.nse Merged in my changes from nmap-smb. The primary changes are: 2009-11-08 21:31:06 +00:00
smb-check-vulns.nse Added smb-check-vulns.nse to the vuln category. 2009-10-06 12:04:35 +00:00
smb-enum-domains.nse
smb-enum-processes.nse Merged -r13793:HEAD from nmap-exp/dev/nmap branch now that we're opening up trunk development 2009-06-29 23:48:19 +00:00
smb-enum-sessions.nse
smb-enum-shares.nse Merged in my changes from nmap-smb. The primary changes are: 2009-11-08 21:31:06 +00:00
smb-enum-users.nse
smb-os-discovery.nse
smb-psexec.nse Merged in my changes from nmap-smb. The primary changes are: 2009-11-08 21:31:06 +00:00
smb-pwdump.nse Merged in my changes from nmap-smb. The primary changes are: 2009-11-08 21:31:06 +00:00
smb-security-mode.nse Merged in my changes from nmap-smb. The primary changes are: 2009-11-08 21:31:06 +00:00
smb-server-stats.nse
smb-system-info.nse Fix a typo in smb-system-info.nse. 2009-08-17 20:31:26 +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 Merged -r13793:HEAD from nmap-exp/dev/nmap branch now that we're opening up trunk development 2009-06-29 23:48:19 +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 Moved a bunch of scripts to the "safe" category, and some others to "intrusive" after 2009-10-01 19:07:16 +00:00
sniffer-detect.nse Moved a bunch of scripts to the "safe" category, and some others to "intrusive" after 2009-10-01 19:07:16 +00:00
snmp-brute.nse Prevent an error ocuring when --script-arg snmplist is not supplied. 2009-08-06 09:56:07 +00:00
snmp-sysdescr.nse
socks-open-proxy.nse Scripts now use fallback requests when valid codes are received but pattern was not found. 2009-07-30 02:08:55 +00:00
sql-injection.nse sql-injection with pipeline support and with two new arguments: 2009-08-12 01:46:46 +00:00
ssh-hostkey.nse ssh-hostkey no longer looks for the action global which 2009-07-16 03:41:36 +00:00
sshv1.nse
ssl-cert.nse Minor change to ssl-cert.nse to bring display of certificate 2009-10-13 03:01:51 +00:00
sslv2.nse
telnet-brute.nse Updated telnet-brute.nse to use unpwdb instead of a hardcoded list of accounts 2009-11-05 14:50:54 +00:00
upnp-info.nse
whois.nse Fix the indexing of Globals - found with the help of strict.lua 2009-07-17 21:09:00 +00:00
x11-access.nse Put x11-access in the "auth" category. 2009-08-08 20:06:38 +00:00