Update simple_backdoors_exec.rb

This commit is contained in:
JT 2015-09-30 18:11:05 +08:00
parent 46adceec8f
commit 2de6c77fa2
1 changed files with 0 additions and 2 deletions

View File

@ -82,8 +82,6 @@ class Metasploit3 < Msf::Exploit::Remote
})
if !res && res.code == 200
fail_with(Failure::Unknown, "Failed to execute the command.")
else
fail_with(Failure::Unknown, "#{res.code} #{res.message}")
end
end