Skip to content

Commit c4ca4d6

Browse files
committed
fix: re-include OSX specific option
1 parent 70bafdf commit c4ca4d6

File tree

1 file changed

+5
-1
lines changed
  • lib/msf/base/sessions/meterpreter_options

1 file changed

+5
-1
lines changed

lib/msf/base/sessions/meterpreter_options/osx.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ def initialize(info = {})
1616
[
1717
OptString.new(
1818
'AutoLoadExtensions',
19-
[true, "Automatically load extensions on bootstrap, semicolon separated.", 'stdapi']
19+
[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', '']
2024
),
2125
],
2226
self.class

0 commit comments

Comments
 (0)