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 25e0538 commit 8985cd7Copy full SHA for 8985cd7
lib/msf/base/sessions/meterpreter_options/osx.rb
@@ -16,7 +16,7 @@ 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, comma separated.', 'stdapi']
20
),
21
22
'PayloadProcessCommandLine',
0 commit comments