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

Docker container not stopping #918

Open
dropberry opened this issue Apr 13, 2023 · 1 comment
Open

Docker container not stopping #918

dropberry opened this issue Apr 13, 2023 · 1 comment

Comments

@dropberry
Copy link

Hello!
I'm using the Amass within Docker and since the last update, the docker container doesn't stop anymore. When I stop it manually, amass returns as usual the summary about the number of found subdomains etc. and the container exites with exit code 0. Before the last update, the container stopped automatically when Amass finished it's search.

I tried it with the caffx/amass image and with building my own image from the GitHub repo but had the same issue both times.

Thank you!

@Ilyesbdlala
Copy link

Ilyesbdlala commented Sep 5, 2023

This is not only limited to the Docker image. The executable also does not exit. As far as I can tell, this does not depend on the target.
Steps to reproduce the error:

wget https://github.com/owasp-amass/amass/releases/download/v4.1.0/amass_Linux_amd64.zip
unzip amass_Linux_amd64.zip 
cd amass_Linux_amd64/
./amass enum -dir ./demo -norecursive -d securecodebox.io

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

2 participants