ticarpi / jwt_tool

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

Added functionality for JWT tokens sent within GET request parameters #57

Open dillonfranke opened 2 years ago

dillonfranke commented 2 years ago

Came across a site I needed to test that passed JWT tokens within a GET parameter (bad practice or not, people will still do it :) Implemented this functionality into jwt_tool so others can enjoy too!

Thanks for the great tool, it's been a really great resource for me!

dillonfranke commented 2 years ago

Closes #39