VALIDATE_COOKIE better grammar on fail message

bug/bundler_fix
Tod Beardsley 2013-08-09 12:26:12 -05:00
parent 94e7164b01
commit 13ea8aaaad
1 changed files with 1 additions and 1 deletions

View File

@ -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