1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-06 22:49:02 +00:00

o [NSE] Added oracle-brute-stealth which exploits CVE-2012-3137, a weakness

in the Oracle O5LOGIN authentication scheme. [Dhiru Kholia]
This commit is contained in:
patrik
2012-10-06 19:59:45 +00:00
parent 655f766445
commit 6cfa5aea0f
5 changed files with 230 additions and 4 deletions

View File

@@ -114,6 +114,7 @@ State = {
HOST_RESTRICTED = 128,
LOCKED_VALID = 256,
DISABLED_VALID = 512,
HASHED = 1024,
}
StateMsg = {
@@ -127,6 +128,7 @@ StateMsg = {
[State.HOST_RESTRICTED] = 'Valid credentials, account cannot log in from current host',
[State.LOCKED_VALID] = 'Valid credentials, account locked',
[State.DISABLED_VALID] = 'Valid credentials, account disabled',
[State.HASHED] = 'Hashed valid or invalid credentials',
}