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-configure broken for ARM architecture. #802

Open sho-luv opened 2 months ago

sho-luv commented 2 months ago

If you run the configure command on a Arm system the auto configure over writes the ARM binaries with AMD64 ones. This breaks what was previously working. I added checks to at a minimum not break existing binaries. I could change the code to locate the binaires of arm if detected. But I'm not sure thats what you wanted. As it stands it just breaks your system if you are on ARM. So I just at a min had it check if the bins already existed before trying to install them again.