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

Installer reinstalls Go despite having it in path #756

Open rew1nter opened 8 months ago

rew1nter commented 8 months ago

line 31 in the axiom-configure file only checks go binary in this directory, which causes a reinstallation.

if [[ -d "/usr/local/go/" ]] ; then

A check to see if go binary exists in path should resolve this issue