owasp-amass/amass

lack of isolation between running instances

dogasantos opened this issue · 0 comments

hi guys, just want to share a weird behavior I noticed
Perhaps this is something you're not aware of yet, or perhaps it might be a won't fix.

If you run multiple instances of amass using the same user on the same linux machine (different directories), you'll start to see results for all instances on all outputs.

example:
amass01 running on example01.com
amass02 running on example02.com
...
amass05 running on example05.com

After some time, results of amass05 will appear on each of those other instances. and outputs of those other instances will appear on amass05 and so on.

Not sure if this is memory isolation issue, but positive this is a problem

Hope this helps to find a bug
Ty