dmiller
2692746c42
NSEdoc cleanup
...
Mostly splitting function summaries (the first paragraph of NSEdoc) from
the body of the description to make the summary indexes shorter and
easier to scan.
Also fixed some unbalanced code tags like <code>foo</table>
2014-09-02 18:23:06 +00:00
dmiller
3dcf997d60
Fix NSEdoc errors
...
1. All @table blocks must have an explicit @name
2. All @field blocks must have both a name and description
Also added some more information to the creds.States table description
2014-03-08 14:02:06 +00:00
dmiller
e296cdea2a
Fix some @see NSEdoc
...
https://secwiki.org/w/Nmap/Code_Standards#NSEdoc_best-practices
2014-03-04 17:04:58 +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
ef61c11831
Retab creds.lua (Fixes some nsedoc ugliness)
2014-01-23 21:52:38 +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
6cfa5aea0f
o [NSE] Added oracle-brute-stealth which exploits CVE-2012-3137, a weakness
...
in the Oracle O5LOGIN authentication scheme. [Dhiru Kholia]
2012-10-06 19:59:45 +00:00
patrik
655f766445
reverted bad commits
2012-10-06 19:38:15 +00:00
patrik
10a34f626a
Squashed commit of the following:
...
commit 5de9e4fa623f88a9b48ef0704244ff843005573a
Author: Patrik Karlsson <patrik@cqure.net >
Date: Sat Oct 6 21:19:08 2012 +0200
Applied patch from Dhiru Kholia adding oracle-brute-stealth and needed changes
reworked the patch slightly and added;
- support for specifying account on command line
- johnfile argument for writing hashes directly to file
2012-10-06 19:25:13 +00:00
kroosec
65a8490539
Small formatting change int creds.lua to adapt output when no state is provided.
2012-07-14 17:29:00 +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
djalal
0b20e734b4
Define 'State.DISABLED_VALID' value.
2011-09-12 14:21:21 +00:00
tomsellers
4e87a1df42
Added string for .PARAM account status, this will be useful later.
2011-09-11 21:28:28 +00:00
tomsellers
198fd3b3bb
Changing account status strings for consistency. Adding two new account states, LOCKED_VALID & LOCKED_DISABLED.
2011-09-11 21:23:34 +00:00
tomsellers
5b6d151787
Add function saveToFile to allow scripts to save credential tables to a file.
...
Extend the account state tables to include expired, host and time limited accounts.
2011-09-04 17:43:42 +00:00
patrik
1097d0c42d
Added documentation for credentials passed through script-args. [Patrik]
2011-07-27 12:05:42 +00:00
patrik
c800c437a9
added check for unknown account state to avoid crash when retrieving accounts.
2011-07-13 20:46:15 +00:00
patrik
7059623d3a
Fixed a bug, reported by Toni Ruottu, for retrieving command line credentials
...
for services detected by port and where the service was not identified.
[Patrik]
2011-07-06 13:11:59 +00:00
patrik
3a3ae7ede1
Added command line support to the creds library
...
Changed getCredentials to allow a bitmask filter
Changed getCredentials to return an iterator instead of a table
Modified the brute library to support the changes
[Patrik]
2011-07-06 12:16:43 +00:00
batrick
b209bfbdfe
removed dead code
2011-07-05 18:37:09 +00:00
patrik
baa404b050
improved documentation and added sample code
...
add getCredentials function
[Patrik]
2011-06-27 21:00:11 +00:00
patrik
f4bf440b14
o [NSE] Added credential storage library (creds.lua) and modified the brute
...
library and scripts to make use of it. [Patrik]
2011-06-19 17:18:29 +00:00