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 70bafdf commit c4ca4d6Copy full SHA for c4ca4d6
lib/msf/base/sessions/meterpreter_options/osx.rb
@@ -16,7 +16,11 @@ def initialize(info = {})
16
[
17
OptString.new(
18
'AutoLoadExtensions',
19
- [true, "Automatically load extensions on bootstrap, semicolon separated.", 'stdapi']
+ [true, 'Automatically load extensions on bootstrap, semicolon separated.', 'stdapi']
20
+ ),
21
+ OptString.new(
22
+ 'PayloadProcessCommandLine',
23
+ [ false, 'The displayed command line that will be used by the payload', '']
24
),
25
],
26
self.class
0 commit comments