nmap/nselib
tomsellers 5ba2007d69 Added or enhanced support for the following data types:
SQLTEXT       = 0x23 - text
GUIDTYPE      = 0x24 - uniqueidentifier
NTEXTTYPE     = 0x63 - unicode text (ntext)
BITNTYPE      = 0x68 - boolean
DECIMALNTYPE  = 0x6A - decimal
NUMERICNTYPE  = 0x6C - numeric
FLTNTYPE      = 0x6D - float/real/double
MONEYNTYPE    = 0x6E - money / smallmoeny
BIGBINARYTYPE = 0xAD - binary
BIGCHARTYPE   = 0xAF - char
SQLNCHAR      = 0xEF - unicode char (nchar)

Added detection and handling of null values when processing query responses from the server.
Added DoneProc response token support
Reordered ColumnData and ColumnInfo parsers by data type code to make updates easier.
2012-08-24 10:32:44 +00:00
..
data Fix ARP decoder in packetdecoders.lua 2012-08-15 19:25:44 +00:00
afp.lua Fixed a bug in afp-brute and the afp library related to missing SSL. 2012-08-05 14:25:53 +00:00
ajp.lua Fixed a bunch of errors reported by Ron Bowes; 2012-06-06 22:11:02 +00:00
amqp.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
asn1.lua o [NSE] Added SPNEGO authentication supporting Windows 7 and Windows 2008 to 2012-06-09 12:17:01 +00:00
base32.lua Merged dns-nsec3-enum to trunk 2012-06-09 18:44:46 +00:00
base64.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
bin.luadoc
bit.luadoc
bitcoin.lua SSL overhaul fixing OpenSSL related problems when SSL has not been compiled in 2012-08-05 12:05:07 +00:00
bittorrent.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
bjnp.lua add bjnp library and the scripts bjnp-discover and broadcast-bjnp-discover 2012-08-05 18:55:40 +00:00
brute.lua Brute and unpwdb lib improvements that allow more flexible iterator specifications. Merge from my dev branch. 2012-07-10 16:35:48 +00:00
citrixxml.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
comm.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
creds.lua Small formatting change int creds.lua to adapt output when no state is provided. 2012-07-14 17:29:00 +00:00
cvs.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
datafiles.lua nse_check_global cleanup 2012-07-29 09:26:23 +00:00
dhcp.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
dhcp6.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
dns.lua Merged dns-nsec3-enum to trunk 2012-06-09 18:44:46 +00:00
dnsbl.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
dnssd.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
drda.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
eap.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
eigrp.lua nse_check_globals fixup 2012-08-17 05:37:59 +00:00
ftp.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
giop.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
gps.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
http.lua Merged http-slowloris-check 2012-08-24 09:19:30 +00:00
httpspider.lua fixed a bug where any url would be treated as withinhost due to a lacking 2012-08-03 06:13:57 +00:00
iax2.lua SSL overhaul fixing OpenSSL related problems when SSL has not been compiled in 2012-08-05 12:05:07 +00:00
imap.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
informix.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
ipOps.lua Restored the hyphen character, in get_ips_from_range, to a lua string pattern for ip ranges such as "10.0.0.0 - 10.1.0.0" 2012-08-21 01:16:49 +00:00
ipp.lua define IPP 2012-07-02 08:32:51 +00:00
iscsi.lua SSL overhaul fixing OpenSSL related problems when SSL has not been compiled in 2012-08-05 12:05:07 +00:00
isns.lua Fixed errors found by nse_check_globals. 2012-06-06 22:23:02 +00:00
jdwp.lua Copy/paste error 2012-08-14 19:57:58 +00:00
json.lua Move last remnants of Lua 5.0 "arg' table. 2012-06-06 22:08:01 +00:00
ldap.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
lfs.luadoc Add parts of LuaFileSystem to NSE (support for mkdir, rmdir, link). 2012-07-17 18:07:28 +00:00
listop.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
match.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
membase.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
mobileme.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
mongodb.lua Move last remnants of Lua 5.0 "arg' table. 2012-06-06 22:08:01 +00:00
msrpc.lua Merged msrpc changes from my branch, including spoolss functionality 2012-07-30 09:39:23 +00:00
msrpcperformance.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
msrpctypes.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
mssql.lua Added or enhanced support for the following data types: 2012-08-24 10:32:44 +00:00
mysql.lua SSL overhaul fixing OpenSSL related problems when SSL has not been compiled in 2012-08-05 12:05:07 +00:00
natpmp.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
ncp.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
ndmp.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
netbios.lua Squashed commit of the following: 2012-08-07 21:38:48 +00:00
nmap.luadoc Undocument nmap.sleep and undeprecate stdnse.sleep. 2012-08-03 02:08:44 +00:00
nrpc.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
nsedebug.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
omp2.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
openssl.luadoc RC4 cipher for work Ron is doing. 2012-07-19 02:47:01 +00:00
ospf.lua ospf.lua: Couple of more bug fixes in how IP values are stored and packed. 2012-08-06 00:01:54 +00:00
packet.lua Renamed Packet:ip6_set_len into Packet:ip6_set_plen for consistency. 2012-06-15 16:09:16 +00:00
pcre.luadoc
pgsql.lua SSL overhaul fixing OpenSSL related problems when SSL has not been compiled in 2012-08-05 12:05:07 +00:00
pop3.lua SSL overhaul fixing OpenSSL related problems when SSL has not been compiled in 2012-08-05 12:05:07 +00:00
pppoe.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
proxy.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
rdp.lua nse_check_globals cleanup 2012-07-24 10:08:43 +00:00
redis.lua Added missing second parameter for receive_buf which caused errors with new 2012-05-27 19:20:34 +00:00
rmi.lua Commited rmi-vuln-classloader script 2012-05-28 18:04:28 +00:00
rpc.lua Fixes to rpc-grind 2012-08-18 03:32:50 +00:00
rpcap.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
rsync.lua Added missing second parameter for receive_buf which caused errors with new 2012-05-27 19:20:34 +00:00
rtsp.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
sasl.lua Add digest auth support to http-brute (and to http library). Also fix whitespace in sasl.lua. 2012-08-05 22:23:54 +00:00
shortport.lua Added http-proxy to shortport likely http services. 2012-06-21 01:32:22 +00:00
sip.lua SSL overhaul fixing OpenSSL related problems when SSL has not been compiled in 2012-08-05 12:05:07 +00:00
smb.lua Use ISO8601 time for smb-os-discovery 2012-08-16 15:46:37 +00:00
smbauth.lua Squashed commit of the following: 2012-08-07 21:38:48 +00:00
smtp.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
snmp.lua Lua 5.2 fixed from Daniel Miller. 2012-05-29 20:11:39 +00:00
socks.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
srvloc.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
ssh1.lua SSL overhaul fixing OpenSSL related problems when SSL has not been compiled in 2012-08-05 12:05:07 +00:00
ssh2.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
sslcert.lua Small refactorization to sslcert.lua, split specialized functions into two, with and without calling reconnect_ssl 2012-08-03 16:11:50 +00:00
stdnse.lua Structured script output. 2012-08-14 16:36:25 +00:00
strbuf.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
strict.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
stun.lua Fixed bug that would result in the stun-version script incorrectly reporting 2012-07-24 18:41:42 +00:00
tab.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
target.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
tftp.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
tns.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
unpwdb.lua Ooops. Forgot the returns 2012-07-10 21:18:23 +00:00
upnp.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
url.lua port is part of a url table. 2012-08-02 04:29:56 +00:00
versant.lua Add a short description of Versant so users know what it is 2012-07-01 23:29:58 +00:00
vnc.lua SSL overhaul fixing OpenSSL related problems when SSL has not been compiled in 2012-08-05 12:05:07 +00:00
vulns.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
vuzedht.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
wsdd.lua SSL overhaul fixing OpenSSL related problems when SSL has not been compiled in 2012-08-05 12:05:07 +00:00
xdmcp.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
xmpp.lua Fixed a bunch of errors reported by Ron Bowes; 2012-06-06 22:11:02 +00:00