catch all exceptions

git-svn-id: file:///home/svn/incoming/trunk@3288 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Matt Miller 2005-12-31 18:23:30 +00:00
parent d3208c97aa
commit e9318c64d7
1 changed files with 1 additions and 1 deletions

View File

@ -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