bug/bundler_fix
jvazquez-r7 2015-04-01 10:51:54 -05:00
parent f80978d9e9
commit f954ff78c0
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class Metasploit3 < Msf::Exploit::Remote
fail_with(Failure::NoTarget, "#{peer} - Failed to negotiate RMI protocol")
end
print_status("#{peer} - Discoverig the JMXRMI endpoint...")
print_status("#{peer} - Discovering the JMXRMI endpoint...")
mbean_server = discover_endpoint
disconnect
if mbean_server.nil?