This error will still show even if we get a shell

unstable
sinn3r 2012-12-24 15:06:15 -06:00
parent 0950240d9a
commit 3d27397429
1 changed files with 0 additions and 4 deletions

View File

@ -97,9 +97,5 @@ class Metasploit3 < Msf::Exploit::Remote
'uri' => upload_uri,
'method' => 'GET'
})
if not res or res.code != 200
fail_with(Exploit::Failure::UnexpectedReply, "#{peer} - Execution")
end
end
end