Back to Index
VSFTPD Backdoor
Port: 9077:21
Docker Image: joshbeck2024/cve-2011-2523-vsftpd
Run Challenge
Download ScriptCopy and paste this command into your terminal to start the challenge.
docker run -d -p 9077:21 -p 6200:6200 --name vsftpd-challenge --restart always joshbeck2024/cve-2011-2523-vsftpd Stop & Cleanup
Download ScriptFinished? Run this to stop and remove the container.
docker stop vsftpd-challenge && docker rm vsftpd-challenge