Skip to content

Commit cc8650f

Browse files
committed
Fix TMPPATH description
1 parent 5ab882a commit cc8650f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/unix/ftp/proftpd_modcopy_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ def initialize(info = {})
5757
[
5858
OptPort.new('RPORT', [true, 'HTTP port', 80]),
5959
OptPort.new('RPORT_FTP', [true, 'FTP port', 21]),
60+
OptString.new('TMPPATH', [true, 'Absolute writable path', '/tmp']),
6061
OptString.new('SITEPATH', [true, 'Absolute writable website path', '/var/www']),
61-
OptString.new('TMPPATH', [true, 'Absolute writable/executable path', '/tmp']),
6262
OptString.new('TARGETURI', [true, 'Base path to the website', '/'])
6363
], self.class)
6464
end

0 commit comments

Comments
 (0)