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 2ffa368 commit e618c2fCopy full SHA for e618c2f
modules/exploits/windows/browser/cisco_playerpt_setsource_surl.rb
@@ -52,17 +52,13 @@ def initialize(info = {})
52
'DefaultOptions' =>
53
{
54
'EXITFUNC' => 'process',
55
-
+ 'InitialAutoRunScript' => 'migrate -f'
56
},
57
'Payload' =>
58
59
'Space' => 1024,
60
'DisableNops' => true,
61
62
- 'DefaultOptions' =>
63
- {
64
- 'InitialAutoRunScript' => 'migrate -f'
65
- },
66
'Platform' => 'win',
67
'Targets' =>
68
[
0 commit comments