jtpereyda/boofuzz

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

YY-chen555 opened this issue · 0 comments

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

boofuzz script

No response

boofuzz version

0.4.2

Python version

3.11

Platform

Linux

Anything else?

No response