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
batrick
ceaa65a0f4
Move last remnants of Lua 5.0 "arg' table.
2012-06-06 22:08:01 +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
batrick
1286e5bdd7
there is no stdnse.log_error function
2012-04-04 03:04:09 +00:00
patrik
43253cea53
o [NSE] Added authentication support to MongoDB library and modified existing
...
scripts to support it. Added the script mongodb-brute to perform password
brute force guessing. [Patrik]
2012-03-02 12:28:30 +00:00
patrik
af3734f41f
o [NSE] Fixed a bunch of global access errors in various libraries reported by
...
the nse_check_globals script. [Patrik]
2012-01-30 23:13:35 +00:00
patrik
c5ee5ec365
o [NSE] Applied patch that fixes a nil table index bug discovered in the
...
mongodb library. [Thomas Buchanan]
2011-10-18 20:38:50 +00:00
batrick
4444071f03
use # length operator instead of string.len (canonicalize)
...
Used this perl command:
$ # perl -pi -e 's/string\.len\((.*?)\)/#\1/g' *.lua
Also fixed one instance where the above command didn't correctly
translate the intended code (string.len(a .. b .. c)).
2011-05-11 15:08:55 +00:00
david
7d0c08a097
Brief copyediting of NSEDoc for modules.
2010-07-12 19:42:43 +00:00
batrick
9537366a74
Fixed global access error with fix proposed by Matrin Swende [1].
...
[1] http://seclists.org/nmap-dev/2010/q1/459
2010-04-08 20:40:20 +00:00
batrick
8200787f7a
Fixed wrong variable names that were interpreted as globals.
2010-02-08 02:48:07 +00:00
david
ec1b16f7d7
o [NSE] Added two new scripts for the MongoDB database from Martin
...
Holst Swende. mongodb-info gets information like the version number,
memory use, and operating system. mongodb-databases lists the
databases and their size on disk.
2010-01-29 22:23:06 +00:00