ticarpi / jwt_tool

:snake: A toolkit for testing, tweaking and cracking JSON Web Tokens
GNU General Public License v3.0
5.47k stars 671 forks source link

Error when running -M at at windows #50

Open B4RD4k opened 3 years ago

B4RD4k commented 3 years ago

Hello :)

I have an error when i run the tool at windows with the following command:

python jwt_tool.py -M at -t "https:///api/auth/myself" -rh "Authorization: Bearer *" -rc "COOKIES"

The following error occurred (like in the screenshot):

UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 1824: character maps to <undefined>

Can you take care of it?

Thanks

image

ixnet commented 3 years ago

Hi there! I have the same issue on windows

B4RD4k commented 3 years ago

Any resolution???

Thanks.