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

all modules containing _target_ cannot be used #771

Closed 1979139113 closed 7 months ago

1979139113 commented 7 months ago

All modules containing _target_ cannot be used.

When I use the following command, it doesn't work properly.

axiom-scan targets.txt -m ffuf_base -o res.txt 
image

_target_ will be replaced with _safe-target_, but it won't be replaced with the target I want to scan.

image
0xtavian commented 7 months ago

@1979139113 I think you need to rebuild (axiom-build default) or use axiom-exec to update the version of interlace on the instances.

1979139113 commented 7 months ago

I successfully resolved the issue after updating Interlace. Thank you very much.