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
4.06k stars 645 forks source link

axiom-scan regions #611

Closed cswiers closed 2 years ago

cswiers commented 2 years ago

We can specify regions when using axiom-fleet, we can also directly start fleets using axiom-scan. We cannot however specify regions when using axiom-scan directly if I am not mistaking. Is it possible to add this?

0xtavian commented 2 years ago

@cswiers thanks for opening this issue. Currently axiom-scan —fleet doesn’t recognize the —regions argument the way axiom-fleet does. However with a few relatively simple code changes, it certainly can. When I get some time, I’ll work on extending the —regions argument to axiom-scan. Good idea :) thanks again!

edit: that was really easy to implement, I pushed the feature to master, lmk if it works for you :) you'll need to run axiom-update to get the latest code.

cswiers commented 2 years ago

Yes, it works like a charm! Thank you