Skip to content

neverrend/wu-ftp_Exploit_Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wu-ftp_Exploit_Test

Docker build of wu-ftp to allow for easy exploitation.

Build Instructions

docker build -t wu-ftpd:v1 .

Run Instructions

docker run -p 21:21 -it wu-ftpd

From the container run to start the FTPD service: # ./ftpd -S

Connecting Instructions

On the host machine connect with ftp: ftp localhost

Use the username anonymous and pass foo.

Misc

THIS IS FOR TESTING EXPLOITS DO NOT USE THIS AS A REAL FTP SERVER!!!!

TODO

Add code highlight the exploits

About

Docker build of wu-ftp to allow for easy exploitation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published