Fixes #609. Revert back to ExitProcess(0) as default, this resolves a number of small bugs

git-svn-id: file:///home/svn/framework3/trunk@7935 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2009-12-21 20:44:44 +00:00
parent 68aafc8e13
commit 111d49135e
1 changed files with 19 additions and 18 deletions

View File

@ -49,7 +49,7 @@ module Msf::Payload::Windows
register_options(
[
Msf::OptRaw.new('EXITFUNC', [ true, "Exit technique: #{@@exit_types.keys.join(", ")}", 'thread' ])
Msf::OptRaw.new('EXITFUNC', [ true, "Exit technique: #{@@exit_types.keys.join(", ")}", 'process' ])
], Msf::Payload::Windows )
ret
@ -129,3 +129,4 @@ module Msf::Payload::Windows
end
end