ServerName "ProFTPD-CVE-2026-35025"
ServerType standalone
DefaultServer on
Port 2121
User vscode
Group vscode

AuthUserFile /data/pruva/runs/6c58a5e9-ad13-4784-a1dd-3203170b92c6/bundle/repro/proftpd.passwd
AuthGroupFile /data/pruva/runs/6c58a5e9-ad13-4784-a1dd-3203170b92c6/bundle/repro/proftpd.group
RequireValidShell off
AuthOrder mod_auth_file.c

UseIPv6 off
UseReverseDNS off
ScoreboardFile /data/pruva/runs/6c58a5e9-ad13-4784-a1dd-3203170b92c6/bundle/repro/proftpd.scoreboard
PidFile /data/pruva/runs/6c58a5e9-ad13-4784-a1dd-3203170b92c6/bundle/repro/proftpd.pid

# No DefaultRoot/chroot for this vulnerable proof

<Directory /data/pruva/runs/6c58a5e9-ad13-4784-a1dd-3203170b92c6/bundle/repro/ftp-root>
  <Limit ALL>
    AllowAll
  </Limit>
</Directory>

<Directory /data/pruva/runs/6c58a5e9-ad13-4784-a1dd-3203170b92c6/bundle/repro/ftp-root/protected>
  <Limit ALL>
    DenyAll
  </Limit>
</Directory>

<Directory /data/pruva/runs/6c58a5e9-ad13-4784-a1dd-3203170b92c6/bundle/repro/ftp-root/public>
  <Limit ALL>
    AllowAll
  </Limit>
</Directory>
