Skip to content

Commit c73c189

Browse files
committed
Set DisablePayloadHandler default to true
1 parent e9ba6fe commit c73c189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/fileformat/office_word_macro.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def initialize(info={})
3434
'DefaultOptions' =>
3535
{
3636
'EXITFUNC' => 'thread',
37-
'DisablePayloadHandler' => false
37+
'DisablePayloadHandler' => true
3838
},
3939
'Platform' => 'win',
4040
'Targets' =>

0 commit comments

Comments
 (0)