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

check for -m before starting axiom-scan #384

Closed mrtnrdl closed 3 years ago

mrtnrdl commented 3 years ago

After forgetting to pass a module with -m to axiom-scan last week - and debugging the resulting parsing error, I've added a check for the existence of the -m parameter to axiom-scan.

It's a pretty stupid check atm (for the substring -m in args, but it should work nevertheless.