Fix typo
parent
f5cac304f4
commit
4b6a646899
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue