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 d45193b commit 56fc33fCopy full SHA for 56fc33f
lib/msf/base/sessions/meterpreter_options/windows.rb
@@ -16,7 +16,7 @@ def initialize(info = {})
16
[
17
OptString.new(
18
'AutoLoadExtensions',
19
- [true, "Automatically load extensions on bootstrap, semicolon separated.", 'unhook,priv,stdapi']
+ [true, "Automatically load extensions on bootstrap, comma separated.", 'unhook,priv,stdapi']
20
),
21
OptBool.new(
22
'AutoUnhookProcess',
0 commit comments