nmap/nselib
dmiller 1943c0a2fc Simplify output_table __index metamethod
From Lua 5.3 docs: "Despite the name, the metamethod for this event can
be either a function or a table. [...] If it is a table, the final
result is the result of indexing this table with key."
2020-12-30 23:31:35 +00:00
..
data Reintegrate Nmap 7.90 release branch 2020-10-05 23:00:30 +00:00
afp.lua Avoid masked use of date before 1/1/1970 UTC. Fixes #2136, closes #2137 2020-10-04 03:28:01 +00:00
ajp.lua Better string pack formats 2020-02-05 04:30:56 +00:00
amqp.lua Remove more bin.lua packings 2018-09-20 04:05:00 +00:00
anyconnect.lua Move stdnse.generate_random_string to new rand.lua 2018-09-08 17:07:06 +00:00
asn1.lua
base32.lua Precalc/reuse some tables and values 2020-11-30 17:59:18 +00:00
base64.lua Convert base32 and base64 tests to unittest tests 2018-08-28 16:58:02 +00:00
bin.lua Use local functions instead of anonymous functions for gsub (less GC overhead) 2020-11-30 23:22:06 +00:00
bitcoin.lua Fix bitcoin-info displaying incorrect last block; add user agent output 2018-03-09 06:26:48 +00:00
bits.lua Convert bits.lua tests to unittest tests 2018-08-28 16:58:00 +00:00
bittorrent.lua Move stdnse.generate_random_string to new rand.lua 2018-09-08 17:07:06 +00:00
bjnp.lua Move string utility functions to stringaux.lua 2018-10-18 01:08:19 +00:00
brute.lua Clarify location of the Error object 2020-07-20 21:06:33 +00:00
cassandra.lua Remove unused requires 2019-06-27 19:13:41 +00:00
citrixxml.lua Fix crashes when decoding codepoints larger than 255. Fixes #2192 2020-11-25 02:14:03 +00:00
coap.lua Move string utility functions to stringaux.lua 2018-10-18 01:08:19 +00:00
comm.lua Fix a typo 2020-01-20 15:02:28 +00:00
creds.lua Move string utility functions to stringaux.lua 2018-10-18 01:08:19 +00:00
cvs.lua Move string utility functions to stringaux.lua 2018-10-18 01:08:19 +00:00
datafiles.lua
datetime.lua Fix (again) the Windows date representation problem. 2020-10-10 13:37:03 +00:00
dhcp.lua Skip lease time in DHCP client packets by default 2020-12-04 00:38:12 +00:00
dhcp6.lua Precalc/reuse some tables and values 2020-11-30 17:59:18 +00:00
dicom.lua A couple code warnings in dicom.lua 2019-09-20 04:40:21 +00:00
dns.lua Add clarifying parentheses to complex boolean statements as needed. 2019-04-13 21:42:56 +00:00
dnsbl.lua Move string utility functions to stringaux.lua 2018-10-18 01:08:19 +00:00
dnssd.lua Move string utility functions to stringaux.lua 2018-10-18 01:08:19 +00:00
drda.lua Remove some more bin.lua packings, and fix one mistake in broadcast-ping.nse 2018-09-19 04:09:53 +00:00
eap.lua Remove bin.lua from eap and tns libraries 2018-09-17 02:34:31 +00:00
eigrp.lua Remove some more bin.lua packings 2018-09-21 18:36:58 +00:00
formulas.lua Don't strip leading 0s in stdnse.tobinary 2020-11-30 23:22:07 +00:00
ftp.lua Fix format string. Fixes #1109. Closes #1111 2018-03-09 17:01:05 +00:00
geoip.lua Consolidate some error handling, standardize geoip coordinates, fix output bugs. Fixes #1744 2019-09-20 04:40:20 +00:00
giop.lua Fix some incorrect conversions from bin to string unpacking 2018-09-20 02:19:53 +00:00
gps.lua Remove bit lib from gps.lua, add unittests 2018-08-28 03:52:54 +00:00
http.lua Precalc/reuse some tables and values 2020-11-30 17:59:18 +00:00
httpspider.lua Handle redirect URLs without a host, e.g. https:///path 2020-02-04 18:54:20 +00:00
iax2.lua Replace some print calls with proper debug functions. See #1774 2019-10-07 03:13:09 +00:00
idna.lua Remove some unnecessary parameters and avoid re-encoding frequently 2017-09-28 01:57:25 +00:00
ike.lua PROTOCOL_IDS is a table. Fixes #1999, closes #2005 2020-04-14 18:11:23 +00:00
imap.lua
informix.lua Move string utility functions to stringaux.lua 2018-10-18 01:08:19 +00:00
ipmi.lua Use correct default buffer position. Closes #2086 2020-07-20 21:44:09 +00:00
ipOps.lua Use local functions instead of anonymous functions for gsub (less GC overhead) 2020-11-30 23:22:06 +00:00
ipp.lua Do not assume IPP end-of-attributes-tag is followed by another tag 2020-06-13 22:47:15 +00:00
irc.lua
iscsi.lua Move string utility functions to stringaux.lua 2018-10-18 01:08:19 +00:00
isns.lua Remove more bin.lua packing, including the last 'binary string' packing 2018-09-16 04:28:25 +00:00
jdwp.lua Remove the last uses of bin.lua in all of NSE 2018-09-23 05:02:46 +00:00
json.lua Remove unused requires 2019-06-27 19:13:41 +00:00
knx.lua Add necessary NSEdoc to knx.lua 2018-09-08 17:07:02 +00:00
ldap.lua Fix (again) the Windows date representation problem. 2020-10-10 13:37:03 +00:00
lfs.luadoc
libssh2-utility.lua Fix SSH publickey auth checking: result was not returned. 2017-11-03 19:04:07 +00:00
libssh2.luadoc Spelling corrections. Fixes #1160 2018-03-26 14:59:41 +00:00
listop.lua
lpeg-utility.lua
lpeg.luadoc
ls.lua
match.lua
membase.lua Convert more bin.lua packings 2018-09-06 16:00:46 +00:00
mobileme.lua
mongodb.lua Add a comment about suspect code 2019-11-17 03:23:53 +00:00
mqtt.lua Clarify upper boundary for variable-length numerical fields 2020-07-17 20:56:39 +00:00
msrpc.lua Replace references to stdnse.strjoin with stringaux.strjoin. See #1720 2019-09-01 02:07:19 +00:00
msrpcperformance.lua Convert more bin.lua packings 2018-09-06 16:00:46 +00:00
msrpctypes.lua Use a more accurate variable name 2019-09-07 22:43:47 +00:00
mssql.lua MS SQL build map true-up 2020-12-04 03:16:33 +00:00
multicast.lua Remove bin.lua calls from some scripts and libraries 2018-08-29 03:06:40 +00:00
mysql.lua Fix off-by-one bug when parsing MySQL EOF packet. Fixes #2128 2020-10-08 17:56:18 +00:00
natpmp.lua Remove some more bin.lua packings 2018-09-18 04:21:19 +00:00
nbd.lua nbd-info script and nbd.lua. Closes #609 2018-03-09 20:37:19 +00:00
ncp.lua Fix some incorrect conversions from bin to string unpacking 2018-09-20 02:19:53 +00:00
ndmp.lua Remove more bin.lua packings 2018-09-20 04:05:00 +00:00
netbios.lua Add script nbns-interfaces. Closes #2201 2020-12-30 03:51:21 +00:00
nmap.luadoc Replace 'master' with 'controller thread' in NSE script docs/comments 2020-06-18 17:14:48 +00:00
nrpc.lua Remove some more bin.lua packings 2018-09-18 04:21:19 +00:00
nsedebug.lua
omp2.lua Use BruteSocket in a bunch of brute scripts 2018-03-10 03:09:39 +00:00
oops.lua New oops.lua library 2019-06-28 20:44:19 +00:00
openssl.luadoc Make rand_bytes crypto-safe, use rand_pseudo_bytes for no-fail random 2018-09-08 17:07:02 +00:00
ospf.lua
outlib.lua Fix a missing local in outlib 2020-02-05 04:30:55 +00:00
packet.lua Use local functions instead of anonymous functions for gsub (less GC overhead) 2020-11-30 23:22:06 +00:00
pcre.luadoc
pgsql.lua Improve robustness of PostgreSQL v3 response code. Fixes #2009 2020-06-27 21:51:45 +00:00
pop3.lua Return correct error ID 2020-10-19 17:13:21 +00:00
pppoe.lua Remove more bin.lua packing, including the last 'binary string' packing 2018-09-16 04:28:25 +00:00
proxy.lua Remove unused requires 2019-06-27 19:13:41 +00:00
punycode.lua Move domain splitting and unicode decoding from punycode to idna. 2017-09-28 00:12:54 +00:00
rand.lua Fix an error when OpenSSL not present. 2018-10-17 19:58:32 +00:00
rdp.lua Add NSE script rdp-ntlm-info. Closes #1633 2019-06-14 12:08:28 +00:00
re.lua
redis.lua Use keeppattern=true when using match.numbytes. Fixes #1855 2019-12-13 18:11:52 +00:00
rmi.lua Fix a typo 2019-03-06 05:30:15 +00:00
rpc.lua Correct RPC reserved port range is 512-1023 2020-02-29 22:29:51 +00:00
rpcap.lua Remove more bin.lua packing, including the last 'binary string' packing 2018-09-16 04:28:25 +00:00
rsync.lua Use keeppattern=true when using match.numbytes. Fixes #1855 2019-12-13 18:11:52 +00:00
rtsp.lua Marginally cleaner variant of commit r37751 2019-11-13 23:39:02 +00:00
sasl.lua Don't run openssl-requiring tests if openssl isn't present. 2018-10-17 19:58:33 +00:00
shortport.lua New, broader portrule for SSH scripts. Closes #1825 2020-01-10 05:32:08 +00:00
sip.lua Remove unused requires 2019-06-27 19:13:41 +00:00
slaxml.lua
smb.lua Refactors function smb.find_files() 2019-12-19 20:13:16 +00:00
smb2.lua Minor code simplification using tableaux.invert 2020-12-16 18:03:08 +00:00
smbauth.lua Remove bin.lua from a few more libs 2018-09-11 19:20:16 +00:00
smtp.lua Move string utility functions to stringaux.lua 2018-10-18 01:08:19 +00:00
snmp.lua Ability to set SNMP protocol version. Closes #1473 2020-10-09 02:43:26 +00:00
socks.lua Convert more bin.lua packings 2018-09-06 16:00:46 +00:00
srvloc.lua Remove some more bin.lua packings 2018-09-21 18:36:58 +00:00
ssh1.lua Don't print trailing '=' in ssh hostkey fingerprints (sha256) 2019-06-26 03:22:24 +00:00
ssh2.lua Add ssh2.fetch_host_key() support for group 16 2020-08-16 22:24:19 +00:00
sslcert.lua SSL connect support for MySQL 2020-07-08 21:17:38 +00:00
sslv2.lua New tableaux library containing table auxiliary functions. 2018-10-17 15:34:30 +00:00
stdnse.lua Simplify output_table __index metamethod 2020-12-30 23:31:35 +00:00
strbuf.lua
strict.lua
stringaux.lua Use local functions instead of anonymous functions for gsub (less GC overhead) 2020-11-30 23:22:06 +00:00
stun.lua Fix an off-by-one error in stun.lua. 2019-12-13 23:12:45 +00:00
tab.lua
tableaux.lua Boolean values are legitimate keys 2019-02-05 01:19:15 +00:00
target.lua
tftp.lua Remove some more bin.lua packings 2018-09-18 04:21:19 +00:00
tls.lua Be more strict about what we parse as TLS record data 2020-01-06 18:24:32 +00:00
tn3270.lua Updates TN3270.lua and scripts. It also adds an argument to disable TN3270. Closes #1455 2019-03-21 04:07:55 +00:00
tns.lua Fix Oracle 10g password hashing function 2020-05-20 23:01:41 +00:00
unicode.lua New tableaux library containing table auxiliary functions. 2018-10-17 15:34:30 +00:00
unittest.lua New outlib library for output-related functions 2020-01-16 19:12:58 +00:00
unpwdb.lua Print in verbose mode if unpwdb.timelimit exceeded. 2018-10-22 01:45:58 +00:00
upnp.lua
url.lua Use local functions instead of anonymous functions for gsub (less GC overhead) 2020-11-30 23:22:06 +00:00
versant.lua Remove bin.lua from a couple libs 2018-09-11 15:27:44 +00:00
vnc.lua Another instance of the same bug as in r37734 2019-09-08 01:47:11 +00:00
vulns.lua Removes OSVDB references from scripts. Closes #1534 2019-04-02 16:51:36 +00:00
vuzedht.lua Remove bin.lua from vuzedht.lua, support IPv6 addresses properly 2018-09-11 04:37:48 +00:00
wsdd.lua Remove bin.lua calls from some scripts and libraries 2018-08-29 03:06:40 +00:00
xdmcp.lua Remove more bin.lua packings 2018-09-20 04:05:00 +00:00
xmpp.lua Use BruteSocket in a bunch of brute scripts 2018-03-10 03:09:39 +00:00
zlib.luadoc Add zlib binding for NSE. Fixes #532 2017-09-13 01:54:19 +00:00