Maintain scanner module standard

This commit is contained in:
Thomas Grainger 2012-06-17 20:09:01 +02:00
parent 74cbca5809
commit 78876b74dd
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class Metasploit3 < Msf::Auxiliary
:socket => s, :socket => s,
:db => nil :db => nil
}) })
print_status "mysql://#{username}:#{password}@#{rhost}:#{rport} Successfully bypassed authentication after #{count} attempts" print_status "#{rhost}:#{rport} Successfully bypassed authentication after #{count} attempts. URI: mysql://#{username}:#{password}@#{rhost}:#{rport}"
results << x results << x
rescue RbMysql::AccessDeniedError rescue RbMysql::AccessDeniedError
rescue Exception => e rescue Exception => e