patrik
d4e0b179c1
Fixed a number of incorrect receives and replaced them with receive_bytes.
...
Added some logic to make sure all data is read off the socket.
2010-08-24 20:25:46 +00:00
david
7d0c08a097
Brief copyediting of NSEDoc for modules.
2010-07-12 19:42:43 +00:00
david
dc03a70c79
Fix some NSEDoc. Some libraries had @copyright and @author right at the
...
top of the first comment, so the entire description got stuffed into the
@author field. I also discovered a limitation in the NSEDoc parser: the
first non-empty line following the first --- comment must be the
"module" call, or else the block isn't recognized as belonging to a
module. This was preventing @args from appearing in certain libraries.
Djalal Harouni told me about this.
2010-04-15 19:21:13 +00:00
kris
0e579c71a4
o [NSE] Correct misspelled "Capabilities.IgnoreSpaceBeforeParanthesis"
...
name in the MySQL library. [Kris]
The second "a" in "paranthesis" should be in "e". No current scripts use
this name (yet).
2010-04-06 02:05:07 +00:00
kris
c7d97ae2c4
fix function names in error messages
2010-04-05 00:12:58 +00:00
patrik
53460a9682
o [NSE] Fixed mysql-brute.nse error that would cause brute-forcing to fail
...
if password contained a format string. Fixed a problem with SSL support
detection in mysql.lua library. [Patrik]
2010-03-17 09:30:26 +00:00
patrik
2a44a941af
o [NSE] Added checks for missing OpenSSL to MySQL scripts and library [Patrik]
2010-03-09 20:27:48 +00:00
patrik
0bc8e65811
Add the scripts
...
mysql-brute
mysql-datatabase
mysql-empty-password
mysql-users
mysql-variables
and the mysql module
2010-01-26 09:40:38 +00:00