small bugfix

bug/bundler_fix
Christian Mehlmauer 2014-11-13 22:51:41 +01:00
parent 7d6b6cba43
commit 3faa48d810
1 changed files with 2 additions and 2 deletions

View File

@ -62,10 +62,10 @@ class Metasploit3 < Msf::Exploit::Remote
}
})
session_cookie = res.get_cookies
fail_with(Failure::NoAccess, 'Error accessing MantisBT') unless res && res.code == 200
session_cookie = res.get_cookies
print_status('Logging in...')
res = send_request_cgi({
'method' => 'POST',