nmap/scripts
batrick 0bc91f9db2 Improved and changed the make_buffer function.
It now returns the line as its first argument always, otherwise nil, errmsg

I updated scripts that use make_buffer.

When Lua 5.2 comes out, we may be able to use a function I've added
called stdnse.lines (commented for now). It cannot be used yet because
we cannot yield inside generic for loop. The function is built for
generic for loops. It will work as such:
for line in stdnse.lines(socket) do
  ...
end
2008-06-20 13:50:50 +00:00
..
anonFTP.nse NSE now has a "default" category for scripts. This category holds the set 2008-05-28 07:16:32 +00:00
bruteTelnet.nse reflect moved url 2008-04-09 09:55:03 +00:00
chargenTest.nse o Added a new NSE Comm library for common network discovery tasks such 2008-06-12 14:32:25 +00:00
daytimeTest.nse o Added a new NSE Comm library for common network discovery tasks such 2008-06-12 14:32:25 +00:00
dns-test-open-recursion.nse o Added a new NSE Comm library for common network discovery tasks such 2008-06-12 14:32:25 +00:00
echoTest.nse o Added a new NSE Comm library for common network discovery tasks such 2008-06-12 14:32:25 +00:00
finger.nse o Added a new NSE Comm library for common network discovery tasks such 2008-06-12 14:32:25 +00:00
ftpbounce.nse NSE now has a "default" category for scripts. This category holds the set 2008-05-28 07:16:32 +00:00
HTTP_open_proxy.nse o Added a new NSE Comm library for common network discovery tasks such 2008-06-12 14:32:25 +00:00
HTTPAuth.nse NSE now has a "default" category for scripts. This category holds the set 2008-05-28 07:16:32 +00:00
HTTPpasswd.nse reflect moved url 2008-04-09 09:55:03 +00:00
HTTPtrace.nse o Added a new NSE Comm library for common network discovery tasks such 2008-06-12 14:32:25 +00:00
iax2Detect.nse o Added a new NSE Comm library for common network discovery tasks such 2008-06-12 14:32:25 +00:00
ircServerInfo.nse Improved and changed the make_buffer function. 2008-06-20 13:50:50 +00:00
ircZombieTest.nse o Added a new NSE Comm library for common network discovery tasks such 2008-06-12 14:32:25 +00:00
MSSQLm.nse NSE now has a "default" category for scripts. This category holds the set 2008-05-28 07:16:32 +00:00
MySQLinfo.nse o Added a new NSE Comm library for common network discovery tasks such 2008-06-12 14:32:25 +00:00
nbstat.nse o Added a new NSE Comm library for common network discovery tasks such 2008-06-12 14:32:25 +00:00
netbios-smb-os-discovery.nse reflect moved url 2008-04-09 09:55:03 +00:00
PPTPversion.nse o Added a new NSE Comm library for common network discovery tasks such 2008-06-12 14:32:25 +00:00
promiscuous.nse reflect moved url 2008-04-09 09:55:03 +00:00
RealVNC_auth_bypass.nse NSE now has a "default" category for scripts. This category holds the set 2008-05-28 07:16:32 +00:00
ripeQuery.nse o Added a new NSE Comm library for common network discovery tasks such 2008-06-12 14:32:25 +00:00
robots.nse New and improved robots script 2008-06-06 17:30:09 +00:00
rpcinfo.nse o Added a new NSE Comm library for common network discovery tasks such 2008-06-12 14:32:25 +00:00
script.db Undo the change to scripts/script.db accidentally committed in r7967. 2008-06-06 04:36:32 +00:00
showHTMLTitle.nse NSE now has a "default" category for scripts. This category holds the set 2008-05-28 07:16:32 +00:00
showHTTPVersion.nse change http User-Agent header value to: Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html) 2008-05-31 03:24:25 +00:00
showOwner.nse Updated to Lua 5.1.3 (Bug fix release) 2008-05-31 01:43:43 +00:00
showSMTPVersion.nse o Added a new NSE Comm library for common network discovery tasks such 2008-06-12 14:32:25 +00:00
showSSHVersion.nse reflect moved url 2008-04-09 09:55:03 +00:00
skype_v2-version.nse o Added a new NSE Comm library for common network discovery tasks such 2008-06-12 14:32:25 +00:00
SMTP_openrelay_test.nse reflect moved url 2008-04-09 09:55:03 +00:00
SMTPcommands.nse NSE now has a "default" category for scripts. This category holds the set 2008-05-28 07:16:32 +00:00
SNMPsysdesr.nse NSE now has a "default" category for scripts. This category holds the set 2008-05-28 07:16:32 +00:00
SQLInject.nse change http User-Agent header value to: Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html) 2008-05-31 03:24:25 +00:00
SSHv1-support.nse NSE now has a "default" category for scripts. This category holds the set 2008-05-28 07:16:32 +00:00
SSLv2-support.nse NSE now has a "default" category for scripts. This category holds the set 2008-05-28 07:16:32 +00:00
strangeSMTPport.nse reflect moved url 2008-04-09 09:55:03 +00:00
UPnP-info.nse change http User-Agent header value to: Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html) 2008-05-31 03:24:25 +00:00
xamppDefaultPass.nse reflect moved url 2008-04-09 09:55:03 +00:00
zoneTrans.nse zoneTrans.nse now takes a "domain" script argument to specify the domain name 2008-06-05 04:22:27 +00:00