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 ee05f88 commit 25e0538Copy full SHA for 25e0538
lib/msf/base/sessions/meterpreter_options/php.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
self.class
0 commit comments