davidbombal / red-python-scripts

MIT License
1.99k stars 1.58k forks source link

invalid start byte #32

Open code-fs opened 2 years ago

code-fs commented 2 years ago

'utf-8' codec can't decode byte 0xff in position 33: invalid start byte

anilgundal commented 2 years ago

1) OPEN windows10-wifi.py file 2) GO to end of line 27 find .decode() and change to this .decode('iso-8859-1') 3) same changes for line 50 and 57