Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue during docker-compose #1

Open
ankur8931 opened this issue Jun 18, 2019 · 5 comments
Open

Issue during docker-compose #1

ankur8931 opened this issue Jun 18, 2019 · 5 comments

Comments

@ankur8931
Copy link

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
Copy link
Owner

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
Copy link

Yeah, the docker image has been removed.

@Anon-Exploiter
Copy link

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
Copy link

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants