Docker build of wu-ftp to allow for easy exploitation.
docker build -t wu-ftpd:v1 .
docker run -p 21:21 -it wu-ftpd
From the container run to start the FTPD service:
# ./ftpd -S
On the host machine connect with ftp:
ftp localhost
Use the username anonymous and pass foo.
THIS IS FOR TESTING EXPLOITS DO NOT USE THIS AS A REAL FTP SERVER!!!!
Add code highlight the exploits