wsuxploit icon indicating copy to clipboard operation
wsuxploit copied to clipboard

fixed encoding errors

Open MKesenheimer opened this issue 3 years ago • 0 comments

Python had some problems with encoding of the strings:

create_bgi.py, line 15: unicodeescape codec can't decode bytes in position 0-1. [...]
create_bgi.py, line 23: TypeError: a bytes-like object is required, not str

I fixed these errors by introducing new backslashes and format specifiers.

MKesenheimer avatar Nov 25 '22 10:11 MKesenheimer