We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5de99 commit d77c02fCopy full SHA for d77c02f
modules/exploits/osx/local/iokit_keyboard_root.rb
@@ -41,15 +41,10 @@ def initialize(info={})
41
[ 'URL', 'https://code.google.com/p/google-security-research/issues/detail?id=126' ]
42
],
43
'Platform' => 'osx',
44
- 'Arch' => [ ARCH_X86_64 ],
+ 'Arch' => ARCH_X86_64,
45
'SessionTypes' => [ 'shell', 'meterpreter' ],
46
'Targets' => [
47
- [ 'Mac OS X 10.9.5 Mavericks x64 (Native Payload)',
48
- {
49
- 'Platform' => 'osx',
50
- 'Arch' => ARCH_X86_64
51
- }
52
- ]
+ [ 'Mac OS X 10.9.5 Mavericks x64 (Native Payload)', { } ]
53
54
'DefaultTarget' => 0,
55
'DisclosureDate' => 'Sep 24 2014'
0 commit comments