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

Running simultaneous amass commands results in mixing outputs #1053

Open
i2 opened this issue Jan 19, 2025 · 3 comments
Open

Running simultaneous amass commands results in mixing outputs #1053

i2 opened this issue Jan 19, 2025 · 3 comments

Comments

@i2
Copy link

i2 commented Jan 19, 2025

If you issue the following commands in separate tabs:

amass enum --passive -d sampledomain1.com
amass enum --passive -d sampledomain2.com

the results are mixed together. Maybe racing is happening?

@pUrGe12
Copy link

pUrGe12 commented Feb 14, 2025

This seems to be the case. Maybe try running them on separate docker containers if you really need to run them in parallel.

@i2
Copy link
Author

i2 commented Feb 14, 2025

I can do that, but it seems a suboptimal solution to the root issue. Ideally, this shouldn't happen to begin with even when running amass natively.

@pUrGe12
Copy link

pUrGe12 commented Feb 14, 2025

Agreed. It's only a quick fix not a solve.

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