pry0cc / axiom

The dynamic infrastructure framework for everybody! Distribute the workload of many different scanning tools with ease, including nmap, ffuf, masscan, nuclei, meg and many more!
MIT License
4k stars 622 forks source link

After 9 minutes I get empty results #776

Closed alfdav closed 8 months ago

alfdav commented 8 months ago

Hello, I am running axiom-scan start.txt --fleet lefleet --spinup 10 -m subfinder -silent -anew subs.txt --quiet and after 10 minutes and I just get an empty list, if I run subfinder inside one of the fleet instances it does the job quickly.

Even if I just run one instance it get's stuck as shown below Screenshot 2024-01-06 at 7 10 13 PM

then it says is completed and when checking the output file there's nothing, I tried with the -o flag instead of -anew and nothing. I also tried -threads 1

Screenshot 2024-01-06 at 7 24 55 PM

0xtavian commented 8 months ago

You need to update Interlace on the remote instances. You can use axiom-exec for that or rebuild the base image axiom-build default, for example.

alfdav commented 8 months ago

thank you that worked. I found codingo's repo and clone to my image then ran the setup.

Thank you for the quick answer, support and tool.