bug/bundler_fix
jvazquez-r7 2013-09-24 15:06:35 -05:00
parent f5cac304f4
commit 4b6a646899
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class Metasploit3 < Msf::Exploit::Remote
# Login using the retrieved password and grab the session key from the response body.
def login(admin_password)
print_status("#{peer} - Logging in and retrieving session key")
print_status("#{peer} - Log in and retrieving session key")
res = send_request_cgi({
'method' => 'POST',
'uri' => normalize_uri(uri, "cgi-bin", "kerbynet"),