Update zemra_panel_rce.rb

This commit is contained in:
JT 2015-10-01 19:16:23 +08:00
parent a7fa939fda
commit 66560d5339
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class Metasploit3 < Msf::Exploit::Remote
'cmd' => cmd
}
})
if !res && res.code == 200
unless res && res.code == 200
fail_with(Failure::Unknown, 'Failed to execute the command.')
end
end