nmap/scripts
david c25be95b59 Add some "local" declarations to scripts/xamppDefaultPass.nse. Without this I
was getting errors like

SCRIPT ENGINE: [string "Global Access"]:1: Attempted to change the global 'socket' in c:david
mapmswin32DebugscriptsxamppDefaultPass.nse - use nmap.registry if you really wan
t to share data between scripts.

Notice that there's another issue with the error message, which is that
backslashes in the file name are being interpreted as beginning escape
sequences (see how the '\n' in "C:\david\nmap" turned into a newline.
2007-12-09 05:47:26 +00:00
..
anonFTP.nse Change \n\r to \r\n in two scripts that needed it: anonFTP and finger. 2007-10-03 20:48:05 +00:00
bruteTelnet.nse merge soc07 r5166 - Updated scripts to use strbuf's new structure 2007-08-11 05:49:25 +00:00
chargenTest.nse merge soc07 r5109, r5117 - Modified some of the scripts to use NSELib for portrule 2007-08-11 05:31:21 +00:00
daytimeTest.nse merge soc07 r5109, r5117 - Modified some of the scripts to use NSELib for portrule 2007-08-11 05:31:21 +00:00
dns-test-open-recursion.nse merge soc07 r5109, r5117 - Modified some of the scripts to use NSELib for portrule 2007-08-11 05:31:21 +00:00
echoTest.nse merge soc07 r5109, r5117 - Modified some of the scripts to use NSELib for portrule 2007-08-11 05:31:21 +00:00
finger.nse Change \n\r to \r\n in two scripts that needed it: anonFTP and finger. 2007-10-03 20:48:05 +00:00
ftpbounce.nse merge soc07 r5109, r5117 - Modified some of the scripts to use NSELib for portrule 2007-08-11 05:31:21 +00:00
HTTP_open_proxy.nse merge soc07 r5191:5202 - portstates now takes list; script to download robots.txt; open proxy script; fix default shortport state value 2007-08-11 05:51:31 +00:00
HTTPAuth.nse merge soc07 r5109, r5117 - Modified some of the scripts to use NSELib for portrule 2007-08-11 05:31:21 +00:00
HTTPpasswd.nse Making extra functions in my HTTPpasswd.nse and HTTPtrace.nse scripts 'local'. I mark my C functions static, so I'll mark my Lua ones local 2007-09-15 02:44:15 +00:00
HTTPtrace.nse Making extra functions in my HTTPpasswd.nse and HTTPtrace.nse scripts 'local'. I mark my C functions static, so I'll mark my Lua ones local 2007-09-15 02:44:15 +00:00
iax2Detect.nse trivial capitalization change 2007-09-02 23:02:45 +00:00
ircServerInfo.nse Revert r5485. This changes the pcre Lua module back to statically linked 2007-10-23 00:45:00 +00:00
ircZombieTest.nse merge soc07 r5109, r5117 - Modified some of the scripts to use NSELib for portrule 2007-08-11 05:31:21 +00:00
kibuvDetection.nse merge soc07 r5109, r5117 - Modified some of the scripts to use NSELib for portrule 2007-08-11 05:31:21 +00:00
MSSQLm.nse merge soc07 r5166 - Updated scripts to use strbuf's new structure 2007-08-11 05:49:25 +00:00
mswindowsShell.nse merge soc07 r5109, r5117 - Modified some of the scripts to use NSELib for portrule 2007-08-11 05:31:21 +00:00
nbstat.nse add netbios name lookup script from Brandon Enright 2007-05-07 21:13:00 +00:00
netbios-smb-os-discovery.nse new script from Judy Novak at Sourcefire 2007-11-28 22:09:40 +00:00
PPTPversion.nse New PPTP version detection script from Thomas Buchanan 2007-11-14 23:30:22 +00:00
promiscuous.nse Added promiscuous.nse for detecting local NIC in promisc mode. First script using pcap for nse. 2007-11-27 18:59:53 +00:00
RealVNC_auth_bypass.nse merge soc07 r5109, r5117 - Modified some of the scripts to use NSELib for portrule 2007-08-11 05:31:21 +00:00
ripeQuery.nse Fixing ripeQuery.nse output: it was printing "IP belongs to: " with nothing after it if the returned string was unacceptable (no role or suggested seeing www.iana.org); now it just returns since it didn't give any information anyway. 2007-12-06 21:51:43 +00:00
robots.nse Accidentally committed experimental version of robots.nse 2007-11-05 21:41:47 +00:00
script.db new script from Judy Novak at Sourcefire 2007-11-28 22:09:40 +00:00
showHTMLTitle.nse Add an nmap.have_ssl NSE function and use it in the script showHTMLTitle.nse to 2007-11-22 06:38:23 +00:00
showHTTPVersion.nse merge soc07 r5118 - fix portrule bug 2007-08-11 05:32:08 +00:00
showOwner.nse NSE committed 2006-12-11 00:34:26 +00:00
showSMTPVersion.nse merge soc07 r5109, r5117 - Modified some of the scripts to use NSELib for portrule 2007-08-11 05:31:21 +00:00
showSSHVersion.nse merge soc07 r5109, r5117 - Modified some of the scripts to use NSELib for portrule 2007-08-11 05:31:21 +00:00
skype_v2-version.nse NSE committed 2006-12-11 00:34:26 +00:00
SMTP_openrelay_test.nse merge soc07 r5109, r5117 - Modified some of the scripts to use NSELib for portrule 2007-08-11 05:31:21 +00:00
SMTPcommands.nse update by Jason DePriest to do HELP query in addition to EHLO 2007-10-12 21:56:20 +00:00
SNMPsysdesr.nse merge soc07 r5109, r5117 - Modified some of the scripts to use NSELib for portrule 2007-08-11 05:31:21 +00:00
SQLInject.nse merge soc07 r5245 - sql injection script 2007-08-11 05:59:19 +00:00
SSHv1-support.nse merge soc07 r5109, r5117 - Modified some of the scripts to use NSELib for portrule 2007-08-11 05:31:21 +00:00
SSLv2-support.nse merge soc07 r5109, r5117 - Modified some of the scripts to use NSELib for portrule 2007-08-11 05:31:21 +00:00
strangeSMTPport.nse NSE committed 2006-12-11 00:34:26 +00:00
xamppDefaultPass.nse Add some "local" declarations to scripts/xamppDefaultPass.nse. Without this I 2007-12-09 05:47:26 +00:00
zoneTrans.nse merge soc07 r5317:5322 - DNS zone transfer script. 2007-08-11 06:07:31 +00:00