xmendez / wfuzz

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

Unhandled exception: 'ascii' codec can't encode characters in position 48-49: ordinal not in range(128) #154

Open MoRizk90 opened 5 years ago

MoRizk90 commented 5 years ago

Issue template

Context

Please check:

Please describe your local environment:

Wfuzz version: 2.4

Python version: 2.7.16+

OS: Kali linux

Report

What is the current behavior?

Unhandled exception: 'ascii' codec can't encode characters in position 48-49: ordinal not in range(128)

What is the expected or desired behavior?

The output results of all the text fields in the big.txt file

Please provide steps to reproduce, including exact wfuzz command executed and output:

The below command was run in the terminal

wzuff -c -w /usr/share/dirb/wordlists/big.txt htt[://docker.hackthebox.eu:40439/action.php?FUZZ=test

Other relevant information:

NULL

bennesp commented 5 years ago

Same issue here, seen before in #92 . Changing to 2.3 temporally fix the issue

MoRizk90 commented 5 years ago

@bennesp So 2.3 will work temporally on kali last updated?

bennesp commented 5 years ago

Personally I was testing v2.3 on Ubuntu 16.04.06 LTS, but I think it will work also on Kali

0xVIC commented 5 years ago

Same error: