Skip to content

Commit e4d99a1

Browse files
committed
Fix EXITFUNC back to process for the RCE too
1 parent 4729c88 commit e4d99a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/fileformat/cve_2017_8464_lnk_rce.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def initialize(info = {})
4747
],
4848
'DefaultOptions' =>
4949
{
50-
'EXITFUNC' => 'thread'
50+
'EXITFUNC' => 'process'
5151
},
5252
'Arch' => [ARCH_X86, ARCH_X64],
5353
'Payload' =>

0 commit comments

Comments
 (0)