Change option type
parent
fe9315dc89
commit
62f663207b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue