mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Fix wrong script id in oracle-enum-users error message.
By Dhiru Kholia. http://seclists.org/nmap-dev/2012/q4/1
This commit is contained in:
parent
b1e5009870
commit
52a4ae6e71
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ action = function( host, port )
|
|||
local usernames
|
||||
|
||||
if ( not( nmap.registry.args['oracle-enum-users.sid'] ) and not( nmap.registry.args['tns.sid'] ) ) then
|
||||
return "ERROR: Oracle instance not set (see oracle-brute.sid or tns.sid)"
|
||||
return "ERROR: Oracle instance not set (see oracle-enum-users.sid or tns.sid)"
|
||||
end
|
||||
|
||||
status, usernames = unpwdb.usernames()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue