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

cant run axiom-scan with --spinup flag if axiom-init or axiom-fleet hasnt been previously run #436

Closed 0xtavian closed 3 years ago

0xtavian commented 3 years ago

Reported by c4nh0t0 on 0x00sec discord:

unable to run axiom-scan with spinup flag without first running axiom-init or axiom-fleet. Axiom-scan was erroring because it expects selected.conf and ~/.axiom/sshconfig files to be present but aren't created until after first run of axiom-init or axiom-fleet. Even tho axiom-scan is overwriting those when spinup flag is specified, there is a bug expecting those files to exist.

c4nh0t0 commented 3 years ago

Some evidences about it:

001

002

003

0xtavian commented 3 years ago

I believe this is fixed with the latest commit. Reopen if not :)