1
0
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:
david
2012-10-01 21:54:47 +00:00
parent b1e5009870
commit 52a4ae6e71

View File

@@ -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()