Skip to content

Commit bcdae5f

Browse files
committed
Forgot to add the datastore option
1 parent 4f0e908 commit bcdae5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/exploits/windows/browser/ms14_064_ole_code_execution.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def initialize(info={})
8484
register_options(
8585
[
8686
OptBool.new('TRYUAC', [true, 'Ask victim to start as Administrator', false]),
87+
OptBool.new('AllowPowershellPrompt', [true, 'Allow exploit to try Powershell', false])
8788
], self.class )
8889

8990
end

0 commit comments

Comments
 (0)