Better whitespace.
parent
78b29b5f20
commit
ea9235c506
|
@ -37,7 +37,8 @@ class Metasploit3 < Msf::Exploit::Local
|
|||
|
||||
register_options([
|
||||
OptString.new('BACKDOOR_PATH',
|
||||
[true, 'Path to hide the backdoor on the target.', '/Users/<user>/Library/.<random>/com.system.update']
|
||||
[true, 'Path to hide the backdoor on the target.',
|
||||
'/Users/<user>/Library/.<random>/com.system.update']
|
||||
),
|
||||
OptBool.new('KEEPALIVE',
|
||||
[true, 'Continually restart the payload exe if it crashes/exits.', true]
|
||||
|
|
Loading…
Reference in New Issue