Land #2546, minor OS X persistence fixes
commit
b44f0f7e18
|
@ -7,8 +7,6 @@
|
|||
|
||||
require 'msf/core'
|
||||
require 'rex'
|
||||
require 'msf/core/post/common'
|
||||
require 'msf/core/post/file'
|
||||
require 'msf/core/exploit/exe'
|
||||
require 'shellwords'
|
||||
|
||||
|
@ -32,12 +30,13 @@ class Metasploit3 < Msf::Exploit::Local
|
|||
'Platform' => [ 'osx' ],
|
||||
'Targets' => [ [ 'Mac OS X', {} ] ],
|
||||
'DefaultTarget' => 0,
|
||||
'SessionTypes' => [ 'shell', 'meterpreter' ]
|
||||
'SessionTypes' => [ 'shell', 'meterpreter' ],
|
||||
'DisclosureDate' => 'Apr 01 2012'
|
||||
))
|
||||
|
||||
register_options([
|
||||
OptString.new('BACKDOOR_PATH',
|
||||
[true, 'Path to hide the backdoor on the target.',
|
||||
OptString.new('BACKDOOR_PATH',
|
||||
[true, 'Path to hide the backdoor on the target.',
|
||||
'~/Library/.<random>/com.system.update']
|
||||
),
|
||||
OptBool.new('KEEPALIVE',
|
||||
|
|
Loading…
Reference in New Issue