Forgot to add the datastore option
parent
4f0e908c8b
commit
bcdae5fa1a
|
@ -84,6 +84,7 @@ class Metasploit4 < Msf::Exploit::Remote
|
|||
register_options(
|
||||
[
|
||||
OptBool.new('TRYUAC', [true, 'Ask victim to start as Administrator', false]),
|
||||
OptBool.new('AllowPowershellPrompt', [true, 'Allow exploit to try Powershell', false])
|
||||
], self.class )
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue