dmiller
|
c8fdcd80b5
|
Precalc/reuse some tables and values
|
2020-11-30 17:59:18 +00:00 |
|
dmiller
|
0500811f5a
|
Move string utility functions to stringaux.lua
|
2018-10-18 01:08:19 +00:00 |
|
dmiller
|
2a11de56e4
|
Remove more bin.lua packing, including the last 'binary string' packing
|
2018-09-16 04:28:25 +00:00 |
|
dmiller
|
d84ddbe3fd
|
Remove bit library from a few more libs
|
2018-08-28 03:52:55 +00:00 |
|
dmiller
|
46eca7f35f
|
Move date/time functions from stdnse to datetime. See #517
|
2018-08-27 22:00:10 +00:00 |
|
dmiller
|
6c4e02e89d
|
Use stdnse.format_timestamp in more places to avoid formatting issues. See #1255, #1303
|
2018-08-16 21:26:48 +00:00 |
|
dmiller
|
cb4b46bd53
|
Canonicalize authors as tables instead of comma-separated strings
|
2016-06-09 22:46:42 +00:00 |
|
batrick
|
ee6622aea4
|
nselib stdnse.print_debug -> stdnse.debug
$ f() { find -name \*.lua -exec /bin/echo sed -i "$1" {} \; ; }
$ f 's/stdnse.print_debug( *\([0-9]*\) *, */stdnse.debug\1(/'
$ f 's/stdnse.print_debug( *"\(.*\))/stdnse.debug1("\1)/'
|
2014-08-03 00:56:45 +00:00 |
|
dmiller
|
ec9074f718
|
Correct "it's" to "its" where necessary
it's = it is
its = belonging to it
|
2014-06-19 04:58:46 +00:00 |
|
dmiller
|
1b71f75aad
|
Spelling fixes for Lua files
Mostly in documentation/comments, but a couple code bugs were caught,
including a call to stdnse.pirnt_debug and a mis-declared variable.
|
2014-02-19 04:15:46 +00:00 |
|
dmiller
|
69e343f0aa
|
Reindent the last of the NSE libraries.
https://secwiki.org/w/Nmap/Code_Standards
|
2014-02-04 19:47:26 +00:00 |
|
dmiller
|
620f9fdb34
|
Remove trailing whitespace in lua files
Whitespace is not significant, so this should not be a problem.
https://secwiki.org/w/Nmap/Code_Standards
|
2014-01-23 21:51:58 +00:00 |
|
patrik
|
4ecb3e55d8
|
add support to parse and decode fqdn option
|
2013-03-16 03:18:11 +00:00 |
|
batrick
|
000f6dc4d9
|
Lua 5.2 upgrade [1] for NSE.
[1] http://seclists.org/nmap-dev/2012/q2/34
|
2012-05-27 08:53:32 +00:00 |
|
fyodor
|
9dc6efdb51
|
Update library descriptions (mostly to add expanded names to acronym protocols), also added description and/or author fields to libraries which didn't have them
|
2012-03-08 21:39:42 +00:00 |
|
patrik
|
5ef9f2a70d
|
o [NSE] Added script broadcast-dhcp6-discover and supporting DHCPv6 library.
The script retrieves and prints an IPv6 address and some of the DHCP6
options. [Patrik]
|
2012-01-24 19:54:50 +00:00 |
|