Return false if there isn't a positive answer

bug/bundler_fix
jvazquez-r7 2015-05-01 14:06:16 -05:00
parent 093c2e3ace
commit 11a3f59b0b
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,8 @@ class Metasploit3 < Msf::Exploit::Remote
# Success! Triggered the payload, should have a shell incoming
return true if res.code == 200
end
false
end