Return false if there isn't a positive answer
parent
093c2e3ace
commit
11a3f59b0b
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue