Delete unnecessary metadata

bug/bundler_fix
jvazquez-r7 2014-11-30 20:37:34 -06:00
parent 3a5de9970f
commit d77c02fe43
1 changed files with 2 additions and 7 deletions

View File

@ -41,15 +41,10 @@ class Metasploit3 < Msf::Exploit::Local
[ 'URL', 'https://code.google.com/p/google-security-research/issues/detail?id=126' ]
],
'Platform' => 'osx',
'Arch' => [ ARCH_X86_64 ],
'Arch' => ARCH_X86_64,
'SessionTypes' => [ 'shell', 'meterpreter' ],
'Targets' => [
[ 'Mac OS X 10.9.5 Mavericks x64 (Native Payload)',
{
'Platform' => 'osx',
'Arch' => ARCH_X86_64
}
]
[ 'Mac OS X 10.9.5 Mavericks x64 (Native Payload)', { } ]
],
'DefaultTarget' => 0,
'DisclosureDate' => 'Sep 24 2014'