Better whitespace.

bug/bundler_fix
joev 2013-10-12 20:53:16 -05:00
parent 78b29b5f20
commit ea9235c506
1 changed files with 2 additions and 1 deletions

View File

@ -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]