Merge pull request #1 from wvu-r7/pr/5127

Add Privileged to info hash
bug/bundler_fix
Joe Vennix 2015-04-13 17:08:14 -05:00
commit 52fc60b294
1 changed files with 1 additions and 1 deletions

View File

@ -42,12 +42,12 @@ class Metasploit4 < Msf::Exploit::Local
'Platform' => 'osx',
'Arch' => ARCH_X86_64,
'SessionTypes' => ['shell'],
'Privileged' => true,
'Targets' => [
['Mac OS X 10.9-10.10.2', {}]
],
'DefaultTarget' => 0,
'DefaultOptions' => {
'PAYLOAD' => 'osx/x64/shell_reverse_tcp',
'PrependSetreuid' => true
}
))