vitalyford / vsftpd-2.3.4-vulnerable

This repo spins up vulnerable vsftpd-2.3.4 containers that can be used in security courses
5 stars 2 forks source link

Issue during docker-compose #1

Open ankur8931 opened 5 years ago

ankur8931 commented 5 years ago

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$

vitalyford commented 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

Anon-Exploiter commented 4 years ago

Yeah, the docker image has been removed.

Anon-Exploiter commented 4 years ago

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

brwnskndgirl commented 1 year ago

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?

vitalyford commented 1 year ago

@brwnskndgirl Try to use the repo from Anon-Exploiter mentioned above, hopefully, it still works.