We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e90f26 commit b671c9bCopy full SHA for b671c9b
modules/exploits/windows/browser/oracle_autovue_setmarkupmode.rb
@@ -56,17 +56,13 @@ def initialize(info = {})
56
'DefaultOptions' =>
57
{
58
'EXITFUNC' => 'process',
59
-
+ 'InitialAutoRunScript' => 'migrate -f'
60
},
61
'Payload' =>
62
63
'Space' => 948,
64
'DisableNops' => true,
65
66
- 'DefaultOptions' =>
67
- {
68
- 'InitialAutoRunScript' => 'migrate -f'
69
- },
70
'Platform' => 'win',
71
'Targets' =>
72
[
0 commit comments