Fix TMPPATH description
parent
5ab882a8d4
commit
cc8650f98a
|
@ -57,8 +57,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
[
|
[
|
||||||
OptPort.new('RPORT', [true, 'HTTP port', 80]),
|
OptPort.new('RPORT', [true, 'HTTP port', 80]),
|
||||||
OptPort.new('RPORT_FTP', [true, 'FTP port', 21]),
|
OptPort.new('RPORT_FTP', [true, 'FTP port', 21]),
|
||||||
|
OptString.new('TMPPATH', [true, 'Absolute writable path', '/tmp']),
|
||||||
OptString.new('SITEPATH', [true, 'Absolute writable website path', '/var/www']),
|
OptString.new('SITEPATH', [true, 'Absolute writable website path', '/var/www']),
|
||||||
OptString.new('TMPPATH', [true, 'Absolute writable/executable path', '/tmp']),
|
|
||||||
OptString.new('TARGETURI', [true, 'Base path to the website', '/'])
|
OptString.new('TARGETURI', [true, 'Base path to the website', '/'])
|
||||||
], self.class)
|
], self.class)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue