| .. |
|
data
|
Increase the size of passwords.lst from 201 to 5000 entries.
|
2010-03-25 02:57:56 +00:00 |
|
afp.lua
|
Added dummy locals '_' to be saved to rather than global '_'.
|
2010-02-08 02:36:11 +00:00 |
|
asn1.lua
|
o [NSE] Added a new library for ASN.1 parsing and adapted the SNMP library to
|
2010-02-16 09:15:38 +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 |
|
citrixxml.lua
|
Make the module declaration in citrixxml.lua match the file name. It was
|
2010-02-11 03:51:05 +00:00 |
|
comm.lua
|
Removing outdated params from tryssl description
|
2009-10-01 03:20:37 +00:00 |
|
datafiles.lua
|
Give datafiles.lua the ability to parse nmap-mac-prefixes, and use it in
|
2010-02-26 00:27:30 +00:00 |
|
dns.lua
|
Add a patch to dns.lua from Patrik Karlsson to cope with some mDNS
|
2010-01-22 23:44:51 +00:00 |
|
http.lua
|
Canonicalize the formatting of some functions in http.lua.
|
2010-02-19 05:13:02 +00:00 |
|
imap.lua
|
Patch to libraries that were inappropriately using globals.
|
2009-07-07 00:20:52 +00:00 |
|
ipOps.lua
|
Added dhcp-discover script
|
2009-09-10 03:26:53 +00:00 |
|
json.lua
|
Make json.lua string escaping/unescaping a little nicer. Derive both
|
2010-02-28 22:05:04 +00:00 |
|
ldap.lua
|
o [NSE] Added a new library for LDAP and two new scripts:
|
2010-02-21 08:52:44 +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 |
|
mongodb.lua
|
Fixed wrong variable names that were interpreted as globals.
|
2010-02-08 02:48:07 +00:00 |
|
msrpc.lua
|
Fixed return of incorrect variable name (should have been one of the locals,
|
2010-02-08 02:46:28 +00:00 |
|
msrpcperformance.lua
|
Patch to libraries that were inappropriately using globals.
|
2009-07-07 00:20:52 +00:00 |
|
msrpctypes.lua
|
Importing changes from my branch. There are two major updates:
|
2009-11-20 16:05:06 +00:00 |
|
mysql.lua
|
o [NSE] Fixed mysql-brute.nse error that would cause brute-forcing to fail
|
2010-03-17 09:30:26 +00:00 |
|
netbios.lua
|
Patch to libraries that were inappropriately using globals.
|
2009-07-07 00:20:52 +00:00 |
|
nmap.luadoc
|
Merge through r16884 from /nmap-exp/kris/nse-rawip plus the following changelog
|
2010-02-26 20:42:10 +00:00 |
|
nsedebug.lua
|
Quote string with Lua's %q format in nsedebug.tostr, so you can tell the
|
2010-02-27 00:14:24 +00:00 |
|
openssl.luadoc
|
o Added the function bignum_add to the nse_openssl library to support BIGNUM
|
2010-03-09 20:54:01 +00:00 |
|
packet.lua
|
Set header variables like ip_ttl when calling ip_set_ttl() rather than just
|
2010-01-24 20:16:40 +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 |
|
pgsql.lua
|
o [NSE] Added a new library for PostgreSQL and the script pgsql-brute that uses
|
2010-03-04 19:18:55 +00:00 |
|
pop3.lua
|
Patch to libraries that were inappropriately using globals.
|
2009-07-07 00:20:52 +00:00 |
|
proxy.lua
|
Return false in new_try handlers in proxy.lua, so that socket errors are
|
2010-02-27 00:27:49 +00:00 |
|
rpc.lua
|
o [NSE] Added RPC library and three new NFS scripts. Modified the rpcinfo and
|
2010-03-21 17:56:17 +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
|
Recognize NT_STATUS_INVALID_PARAMETER as a known error code when testing
|
2010-02-12 23:14:37 +00:00 |
|
smbauth.lua
|
Change a reference to smb-pwdump to smb-psexec.
|
2010-02-11 02:46:35 +00:00 |
|
snmp.lua
|
o [NSE] Added a new library for ASN.1 parsing and adapted the SNMP library to
|
2010-02-16 09:15:38 +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
|
Fixed a couple formatting bugs in the smb-* libraries that come up when debugging/verbose is disabled
|
2010-02-20 15:03:11 +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 |
|
strict.lua
|
If the old _index metamethod does not exist then do not use it. This would
|
2009-07-16 03:43:23 +00:00 |
|
tab.lua
|
Patch to libraries that were inappropriately using globals.
|
2009-07-07 00:20:52 +00:00 |
|
unpwdb.lua
|
o [NSE] The unpwdb library now has a default time limit on the
|
2010-03-24 17:36:41 +00:00 |
|
url.lua
|
Patch to libraries that were inappropriately using globals.
|
2009-07-07 00:20:52 +00:00 |