xmendez/wfuzz

UserWarning:Fatal exception

meetgyn opened this issue · 3 comments

Issue template

Context

Please check:

  • I've read the docs for Wfuzz

Please describe your local environment:

Wfuzz version: Output of wfuzz --version
Wfuzz 3.1.0 - The Web Fuzzer

Python version: Output of python --version
Python 3.9.7

OS: Kali LInux 2021-3

Report

What is the current behavior?

Error

What is the expected or desired behavior?

Refix all installation and keep receiving the following error?
/usr/local/lib/python3.9/dist-packages/wfuzz/wfuzz.py:77: UserWarning:Fatal exception: Requested plugin files. Error: 'No plugins found!'

Please provide steps to reproduce, including exact wfuzz command executed and output:
root@intrusion:/opt/recon/wfuzz-3.1.0# wfuzz -c -z files,/usr/share/wordlists/dirb/big.txt http://10.10.147.197/FUZZ

Other relevant information:

no

I'm getting the same error when trying to use a range
wfuzz -v -z range,10040-30000 -f ./outfile.txt,txt -b 'redacted:redacted' -c -t 1 -s 1 -H 'redacted' -u https://site.com/someendpoint=FUZZ
Error message
/usr/lib/python3/dist-packages/wfuzz/wfuzz.py:78: UserWarning:Fatal exception: Requested plugin txt. Error: 'No plugins found!'

@meetgyn the syntax for -z which you want to use is -z file,/usr/share/wordlists/dirb/big.txt. Note file rather than files

@TheVladdestVlad Check out wfuzz -e printers. I think the one you want is raw, so -f ./outfile.txt,raw