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

support for parallel `--spinup` #576

Closed 0xtavian closed 2 years ago

0xtavian commented 2 years ago

Previously, there was a race condition when running axiom-scan in parallel in conjunction with --spinup; axiom-scan would show zero instances selected. Now you can run while true; do axiom-scan inputfile.txt -m subfinder --spinup 5 --rm-when-done ;done (for example) from the same controller in parallel, or from multiple tmux/terminal sessions.