Change option type

GSoC/Meterpreter_Web_Console
Jacob Robles 2018-07-30 12:15:59 -05:00
parent fe9315dc89
commit 62f663207b
No known key found for this signature in database
GPG Key ID: 3EC9F18F2B12401C
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class MetasploitModule < Msf::Exploit::Remote
register_advanced_options(
[
OptString.new('PHPSHORTTAG', [true, 'Use short open php tags around payload', true])
OptBool.new('PHPSHORTTAG', [true, 'Use short open php tags around payload', true])
])
end