aress31/jwtcat

Not Abel to crack some tokens, were as other cracker can crack the token.

Mr007jd opened this issue · 2 comments

crackjwt.py script ==> can crack any token.

Note Secret Key is: 1234567890

$ python3 jwtcat.py -t "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzb21lIjoicGF5bG9hZCJ9.Fw4maeqOtL8pPwiI2_VzYBo4JQ91P1Ow3X3hNqx2wPg" -v -w ~/passwords_long.txt

@Mr007jd, could you please provide more information about the decrypted token:

  • the header
  • the payload

It seems that your private key does not work:
image

Should be fixed with #19.