Forgot to add the datastore option

bug/bundler_fix
wchen-r7 2015-05-27 18:12:38 -05:00
parent 4f0e908c8b
commit bcdae5fa1a
1 changed files with 1 additions and 0 deletions

View File

@ -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