Make PHPFUNC advanced option
parent
4f333d84c9
commit
c3b753f92e
|
@ -44,8 +44,12 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
|
||||
register_options(
|
||||
[
|
||||
OptString.new('TARGETURI', [true, 'The base path to the FreePBX installation', '/']),
|
||||
OptString.new('PHPFUNC', [true, 'The PHP execution function to use', 'passthru']),
|
||||
OptString.new('TARGETURI', [true, 'The base path to the FreePBX installation', '/'])
|
||||
], self.class)
|
||||
|
||||
register_advanced_options(
|
||||
[
|
||||
OptString.new('PHPFUNC', [true, 'The PHP execution function to use', 'passthru'])
|
||||
], self.class)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue