catch all exceptions
git-svn-id: file:///home/svn/incoming/trunk@3288 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
d3208c97aa
commit
e9318c64d7
|
@ -184,7 +184,7 @@ protected
|
|||
self.session = payload.wait_for_session(
|
||||
(exploit.passive? == true) ? nil : payload.wfs_delay)
|
||||
end
|
||||
rescue
|
||||
rescue ::Exception
|
||||
elog("Exploit failed: #{$!}", 'core', LEV_0)
|
||||
|
||||
payload.stop_handler
|
||||
|
|
Loading…
Reference in New Issue