xmendez / wfuzz

Web application fuzzer
http://wfuzz.io
GNU General Public License v2.0
5.97k stars 1.39k forks source link

Fuzzing error Unhandled exception #174

Open M0dred opened 5 years ago

M0dred commented 5 years ago

python -V Python 2.7.17

uname -a Debian 4.9.189-3+deb9u1 (2019-09-20) x86_64 GNU/Linux

wfuzz -w /usr/share/wordlists/dirb/big.txt --hc 404 -t 3 https://xxx.xxx.xxx.xxx/FUZZ

Unhandled exception: 'ascii' codec can't encode characters in position 29-30: ordinal not in range(128

xmendez commented 4 years ago

Hi @M0dred, what wfuzz version are you using?

Cheers