aress31 / jwtcat

A CPU-based JSON Web Token (JWT) cracker and - to some extent - scanner.
Apache License 2.0
293 stars 48 forks source link

UTF-8 problem #9

Closed meichengg closed 3 years ago

meichengg commented 4 years ago

Hi, i have an issue which is when i use rockyou.txt as wordlist, the utf-8 exception occurs, the problem is like down below:


2020-06-23 10:35:31,600 username __main__[138343] WARNING For attacking complex JWT, it is best to use compiled, GPU accelerated password crackers such as Hashcat and John the Ripper which offer more advanced techniques such as raw brute forcing, rules-based, and mask attacks.
2020-06-23 10:35:31,600 username __main__[138343] INFO Pour yourself a cup (or two) of ☕ as this operation might take a while depending on the size of your wordlist.
2020-06-23 10:35:31,671 username __main__[138343] ERROR 'utf-8' codec can't decode byte 0xf1 in position 923: invalid continuation byte```

Please consider fixing this problem. Thanks in advanced.
aress31 commented 3 years ago

Should be fixed now!