Skip to content

Commit 89ddedf

Browse files
committed
If no badchars, no need to specify.
1 parent 4c9b8d4 commit 89ddedf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/exploits/windows/browser/apple_quicktime_texml_font_table.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,10 @@ def initialize(info = {})
4848
'DefaultOptions' =>
4949
{
5050
'EXITFUNC' => 'process',
51-
'InitialAutoRunScript' => 'migrate -f',
51+
'InitialAutoRunScript' => 'migrate -f'
5252
},
5353
'Payload' =>
5454
{
55-
'BadChars' => "",
5655
'Space' => 1000,
5756
},
5857
'Platform' => 'win',

0 commit comments

Comments
 (0)