You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 asAttributeError: '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
The text was updated successfully, but these errors were encountered: