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
3.91k stars 615 forks source link

axiom fleet scan - one machine get stuck - options? #784

Closed EdwardDali closed 4 months ago

EdwardDali commented 4 months ago

Hi,

I'm running a scan with 10 instances. All nice and working except one machine which got stuck. Meaning that 9 instances are showing 60% progress while 1 is showing 11% progress with an estimated 15 hours diference from the others until it finalise (the others are finalising in ~1 hour). What can I do to lose minimal amount of data from the entire scan? Is it possible to get the data from the 9 working machines without the data from the last one? any other options? If I kill the not working machine is the scan still going to be completed?

Thanks!

0xtavian commented 4 months ago

@EdwardDali yes if you delete the instance mid scan, it should still complete. Also if you just cancel the running scan with control+c, axiom will attempt to download all the available results.

EdwardDali commented 4 months ago

thank you!