Minor typo fix
parent
8cdd163150
commit
ac28dbe734
|
@ -239,7 +239,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
# This prevents trying to send busted cookies with no name
|
||||
fail_with(Exploit::Failure::BadConfig, "No cookie found and no name given")
|
||||
end
|
||||
print_warning("Sending payload anyways! ;)")
|
||||
print_warning("Sending payload anyway! ;)")
|
||||
end
|
||||
|
||||
res = send_request_cgi({
|
||||
|
|
Loading…
Reference in New Issue