Open floxcristian opened 4 years ago
Hello @floxcristian! thanks for using this tool and opening an issue :)
Are you aware of the secret for this token? Does it contain only symbols from the default alphabet?
I just accidentally found this issue because I was troubleshooting another problem with JWT token parsing and "cracking"... and I just want to let you know that:
The other problem I actually experienced (and this might be totally off-topic, sorry for that) is that jwt-cracker doesn't really have any (basic) JWT "validation" code... and therefore it tries to crack even hashes that are of a different "alg" type and with an invalid signature (too short in my case, truncated)... I know it's off-topic but would be great if you could add some basic "validation" (because it's really bad if users spent dozens of hours trying to crack a JWT, just to find out that it's corrupted/malformed/truncated or whatever). Thank you very much and I hope my debugging/explanation helps :) cheers
Very good point! Thanks for taking the time to report this :)
I would love a contribution to address this issue if you have some spare time.
specifying the command arguments advice really helped ,thanks buddy amazing tool
I don't know why it doesn't work.
jwt-cracker "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJma2ZmIiwiZW1haWwiOiJjZGNkQGRzZnMuY29tIiwibmFtZSI6ImZsZGZrZHNrZmQiLCJpY XQiOjE1OTI4MDE5MTZ9.Cvzj0tVtVGc60xvqLdyasYf6gF8QLi8HQCKlxw9nBk4" 4 SECRET NOT FOUND Time taken (sec): 0.01 Attempts: 12
hello , i have just discovered that the tool wont work of the key is base64 encoded. so i would suggest you to decode the key first from whatever encoding scheme they have used then try to crack it now ..thanks
I don't know why it doesn't work.