mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 17:59:04 +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:
@@ -106,7 +106,7 @@ action = function( host, port )
|
|||||||
local usernames
|
local usernames
|
||||||
|
|
||||||
if ( not( nmap.registry.args['oracle-enum-users.sid'] ) and not( nmap.registry.args['tns.sid'] ) ) then
|
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
|
end
|
||||||
|
|
||||||
status, usernames = unpwdb.usernames()
|
status, usernames = unpwdb.usernames()
|
||||||
|
|||||||
Reference in New Issue
Block a user