Add options LocalExePath, StartupName, ServiceDescription

GSoC/Meterpreter_Web_Console
Green-m 2018-02-27 05:27:32 -05:00
parent 553a82a408
commit fcd6e8acab
1 changed files with 3 additions and 3 deletions

View File

@ -41,9 +41,9 @@ class MetasploitModule < Msf::Post
register_advanced_options(
[
OptString.new('LEXEPATH', [false, 'The local exe path to run. Use temp directory as default. ']),
OptString.new('STARTUP_NAME', [false, 'The name of service or registry. Random string as default.' ]),
OptString.new('SERVICE_DESC', [false, 'The description of service. Random string as default.' ])
OptString.new('LocalExePath', [false, 'The local exe path to run. Use temp directory as default. ']),
OptString.new('StartupName', [false, 'The name of service or registry. Random string as default.' ]),
OptString.new('ServiceDescription', [false, 'The description of service. Random string as default.' ])
])
end