Skip to content

Commit 56fc33f

Browse files
Update lib/msf/base/sessions/meterpreter_options/windows.rb
Co-authored-by: msutovsky-r7 <[email protected]>
1 parent d45193b commit 56fc33f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def initialize(info = {})
1616
[
1717
OptString.new(
1818
'AutoLoadExtensions',
19-
[true, "Automatically load extensions on bootstrap, semicolon separated.", 'unhook,priv,stdapi']
19+
[true, "Automatically load extensions on bootstrap, comma separated.", 'unhook,priv,stdapi']
2020
),
2121
OptBool.new(
2222
'AutoUnhookProcess',

0 commit comments

Comments
 (0)