Open ankur8931 opened 5 years ago
It seems like the existing docker image I was pulling it from does not exist anymore. I will need to redo it. You can try to look into https://github.com/penkit/vsftpd as an example
Yeah, the docker image has been removed.
I made myself a docker image instead and is public.
docker run -it --rm -p 21:21 -p 6200:6200 uexpl0it/vulnerable-packages:backdoored-vsftpd-2.3.4
Details @ https://github.com/Anon-Exploiter/vulnerable-packages
sudo docker-compose up -d
Hi there...when I try to connect to the FTP servers in the container based on the instructions. I keep getting connection refused. Do you have any insight?
@brwnskndgirl Try to use the repo from Anon-Exploiter mentioned above, hopefully, it still works.
sudo docker-compose up -d
--
WARNING: Some networks were defined but are not used by any service: internal Creating network "vsftpd-234-vulnerable_default" with the default driver Building team04 Step 1/2 : FROM nksnksnks/vsftpd.2.3.4-vuln-osvdb-73573
ERROR: Service 'team04' failed to build: pull access denied for nksnksnks/vsftpd .2.3.4-vuln-osvdb-73573, repository does not exist or may require 'docker login' ubuntu@ubuntu:~/vsftpd-2.3.4-vulnerable$