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.98k stars 617 forks source link

unable to run gospider #168

Closed pxng0lin closed 3 years ago

pxng0lin commented 3 years ago

I've checked the modules and found the gospider.json, I've attempted to run the axiom-scan against it but it brings back an error, please see image

zsh:1: no such file or directory: /home/op/go/bin/gospider Generated 10 commands in total Repeat set to 1 zsh:1: no such file or directory: /home/op/go/bin/gospider zsh:1: no such file or directory: /home/op/go/bin/gospider zsh:1: no such file or directory: /home/op/go/bin/gospider cat: input: No such file or directory

image

pxng0lin commented 3 years ago

json contents:

cat gospider.json [{ "command":"cat input | /home/op/go/bin/gospider -S - --depth 3 -v -t 50 -c 3 -o output", "ext":"" }]

0xtavian commented 3 years ago

thanks for letting us know. gospider was missing from the packer build. I went ahead and added it.