No need to rescue if we're just re-raising
parent
c808930f15
commit
ca7c0defe1
|
@ -85,8 +85,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'vastPlayer' => money
|
||||
},
|
||||
}, 0.1)
|
||||
rescue ::Interrupt
|
||||
raise $!
|
||||
rescue ::Rex::ConnectionError => e
|
||||
fail_with(::Msf::Exploit::Failure::Unreachable, e.message)
|
||||
rescue ::OpenSSL::SSL::SSLError
|
||||
|
|
Loading…
Reference in New Issue