nmap/nselib
david 36b12c9a21 Make decoding of the "chunked" transfer encoding more robust in
http.lua. Previously the code was not careful about checking its input,
and would loop forever if it got something non-hex where it expected a
hex chunk-size. See http://seclists.org/nmap-dev/2009/q3/0013.html.

This code raises an error whenever decoding fails for whatever reason.
It also handles chunk extensions. The reference is section 3.6.1 of
RFC 2616.
2009-07-09 03:07:31 +00:00
..
data Added an initial WebDAV vulnerability-detection attempt for testing 2009-05-19 20:56:07 +00:00
base64.lua require 'bin' in base64.lua. 2009-01-19 04:57:34 +00:00
bin.luadoc Fix a typo in bin.luadoc. 2008-11-19 17:46:27 +00:00
bit.luadoc Remove documentation for the bit.cast NSE function, which doesn't seem 2009-04-17 16:35:43 +00:00
comm.lua Close the socket when finished getting the banner. 2009-07-01 21:43:49 +00:00
datafiles.lua Patch to libraries that were inappropriately using globals. 2009-07-07 00:20:52 +00:00
dns.lua Patch to libraries that were inappropriately using globals. 2009-07-07 00:20:52 +00:00
http.lua Make decoding of the "chunked" transfer encoding more robust in 2009-07-09 03:07:31 +00:00
imap.lua Patch to libraries that were inappropriately using globals. 2009-07-07 00:20:52 +00:00
ipOps.lua Patch to libraries that were inappropriately using globals. 2009-07-07 00:20:52 +00:00
listop.lua Don't use empty parentheses when referring to functions by name in NSE 2008-11-07 22:49:49 +00:00
match.lua Patch to libraries that were inappropriately using globals. 2009-07-07 00:20:52 +00:00
msrpc.lua Patch to libraries that were inappropriately using globals. 2009-07-07 00:20:52 +00:00
msrpcperformance.lua Patch to libraries that were inappropriately using globals. 2009-07-07 00:20:52 +00:00
msrpctypes.lua Patch to libraries that were inappropriately using globals. 2009-07-07 00:20:52 +00:00
netbios.lua Patch to libraries that were inappropriately using globals. 2009-07-07 00:20:52 +00:00
nmap.luadoc Improvements to the nmap library. See [1] for discussion and a full listing of 2008-12-29 21:59:08 +00:00
nsedebug.lua Patch to libraries that were inappropriately using globals. 2009-07-07 00:20:52 +00:00
openssl.luadoc Fix a couple of typos in openssl.luadoc: 2008-12-29 18:28:45 +00:00
packet.lua Patch to libraries that were inappropriately using globals. 2009-07-07 00:20:52 +00:00
pcre.luadoc Don't use empty parentheses when referring to functions by name in NSE 2008-11-07 22:49:49 +00:00
pop3.lua Patch to libraries that were inappropriately using globals. 2009-07-07 00:20:52 +00:00
shortport.lua Rework shortport.lua to simplify some code and remove leading underscores from 2009-01-20 00:11:05 +00:00
smb.lua Patch to libraries that were inappropriately using globals. 2009-07-07 00:20:52 +00:00
smbauth.lua Patch to libraries that were inappropriately using globals. 2009-07-07 00:20:52 +00:00
snmp.lua Patch to libraries that were inappropriately using globals. 2009-07-07 00:20:52 +00:00
ssh1.lua Patch to libraries that were inappropriately using globals. 2009-07-07 00:20:52 +00:00
ssh2.lua Patch to libraries that were inappropriately using globals. 2009-07-07 00:20:52 +00:00
stdnse.lua Cleaned up output of smb-server-stats.nse 2009-03-12 14:56:23 +00:00
strbuf.lua Don't use empty parentheses when referring to functions by name in NSE 2008-11-07 22:49:49 +00:00
tab.lua Patch to libraries that were inappropriately using globals. 2009-07-07 00:20:52 +00:00
unpwdb.lua Document script arguments in 2009-01-13 00:10:33 +00:00
url.lua Patch to libraries that were inappropriately using globals. 2009-07-07 00:20:52 +00:00