jtpereyda / boofuzz

A fork and successor of the Sulley Fuzzing Framework
GNU General Public License v2.0
1.99k stars 339 forks source link

AttributeError: 'bytes' object has no attribute 'encode'. Did you mean: 'decode'? #701

Open YY-chen555 opened 6 months ago

YY-chen555 commented 6 months ago

Report

When I use python ftp.py fuzz --target-host 192.168.xx.xx --target-port 21 --username xx --password xx, the program reports an error as AttributeError: 'bytes' object has no attribute 'encode'. Did you mean: 'decode'? I searched for the error, but it's still not resolved.

Expected behavior

No response

Actual behavior

No response

Steps to reproduce the problem

1. 2. 3.

boofuzz script

No response

boofuzz version

0.4.2

Python version

3.11

Platform

Linux

Anything else?

No response