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

ffuf and -mr #405

Closed eugui closed 3 years ago

eugui commented 3 years ago

Hi,

I'm trying to use axiom-scan + ffuf module with "-mr" (regex) but is not working.

This command is ok and I have a vulnerability: ./ffuf -u W1/W2 -w URLS:W1 -w wordlist/ffuf_test:W2 -mr "\b(?:a|b|c)\b" -t 10

Using axiom-scan I don't have a vulnerability: axiom-scan URLS -m ffuf -wL wordlist/ffuf_test -mr "\b(?:a|b|c)\b" --cache --threads 3 -o ffuf_test.csv

0xtavian commented 3 years ago

@eugui for more reliable usage edit the module itself, dont enter it in the command line. So for your example, just add the -mr etc to the ~/.axiom/module/ffuf.json file.