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

axiom-build ERROR:unfortunately, can not find builder path #514

Closed d3sh1n closed 2 years ago

d3sh1n commented 2 years ago

image How should I solve this problem?

0xtavian commented 2 years ago

@d3sh1n What cloud provider are you using? I believe one way to get this error is by selecting gcp which is currently not fully supported ( I'll remove that option soon to avoid confusion). If not selecting gcp, first make sure you are on the latest code by running axiom-update ( aka cd ~/.axiom/ && git pull), next you might have to run axiom-account-setup or axiom-configure again.

greckko commented 2 years ago

Same issue with default digitalocean provider and ubuntu 18.04 image.

0xtavian commented 2 years ago

@greckko @d3sh1n thank you both. I’ll investigate later today. In the meantime using Ubuntu 20.04 works, and is our officially supported version.

edit: the version of JQ installed in Ubuntu 18.04 (version 1.5-1-a5b5cbe) is the culprit.

As a temp fix, after running axiom-configure, run:

sudo wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -O /usr/bin/jq && sudo chmod +x /usr/bin/jq

0xtavian commented 2 years ago

@greckko @d3sh1n Thanks again for bringing this to my attention. I just pushed a fix to master. The bug only affected Ubuntu 18.04, Ubuntu 20.04 had no issues. Please run axiom-update and axiom-configure. If everything works as expected feel free to close this issue.