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-b9f4589650daunstable
parent
68aafc8e13
commit
111d49135e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue