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',
|
'Platform' => 'osx',
|
||||||
'Arch' => ARCH_X86_64,
|
'Arch' => ARCH_X86_64,
|
||||||
'SessionTypes' => ['shell'],
|
'SessionTypes' => ['shell'],
|
||||||
|
'Privileged' => true,
|
||||||
'Targets' => [
|
'Targets' => [
|
||||||
['Mac OS X 10.9-10.10.2', {}]
|
['Mac OS X 10.9-10.10.2', {}]
|
||||||
],
|
],
|
||||||
'DefaultTarget' => 0,
|
'DefaultTarget' => 0,
|
||||||
'DefaultOptions' => {
|
'DefaultOptions' => {
|
||||||
'PAYLOAD' => 'osx/x64/shell_reverse_tcp',
|
|
||||||
'PrependSetreuid' => true
|
'PrependSetreuid' => true
|
||||||
}
|
}
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in New Issue