Fix issue reported by FireFart

bug/bundler_fix
Juan Escobar 2014-11-13 04:48:45 -05:00
parent ac17780f6d
commit 17032b1eed
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class Metasploit3 < Msf::Exploit::Remote
unless res.redirection.to_s !~ /login_page.php/
print_error("Wrong credentials")
return false
fail_with(Failure::NoAccess)
end
@cookies = "#{ @cookies } #{ res.get_cookies }"