Fix msftidy results

bug/bundler_fix
rastating 2015-07-21 21:29:44 +01:00
parent 55be2eff06
commit d3f31fb56a
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class Metasploit3 < Msf::Auxiliary
unless res unless res
fail_with(Failure::Unknown, "#{peer} - No response from the target") fail_with(Failure::Unknown, "#{peer} - No response from the target")
end end
if res.code != 200 if res.code != 200
fail_with(Failure::UnexpectedReply, "#{peer} - Server responded with status code #{res.code}") fail_with(Failure::UnexpectedReply, "#{peer} - Server responded with status code #{res.code}")
end end