Add Privileged to info hash
Also remove default payload. Was set for CMD.bug/bundler_fix
parent
92c12de6db
commit
e324819feb
|
@ -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
|
||||
}
|
||||
))
|
||||
|
|
Loading…
Reference in New Issue