VALIDATE_COOKIE better grammar on fail message
parent
94e7164b01
commit
13ea8aaaad
|
@ -259,7 +259,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
fail_with(Exploit::Failure::BadConfig, "No cookie found and no name given")
|
||||
end
|
||||
if datastore['VALIDATE_COOKIE']
|
||||
fail_with(Exploit::Failure::BadConfig, "COOKIE not validated, set VALIDATE_COOKIE to false send the payload without validation")
|
||||
fail_with(Exploit::Failure::BadConfig, "COOKIE not validated, unset VALIDATE_COOKIE to send the payload anyway")
|
||||
else
|
||||
print_status("Trying to leverage default controller without cookie confirmation.")
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue