-
Notifications
You must be signed in to change notification settings - Fork 693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting GET method #39
Comments
Yes, I had this in a test the other week. |
Sounds good. |
Was this functionality removed? I'm only finding -pd option for POST DATA only, not get parameters. |
Hey @octoberfestuser, I submitted a pull request to add this functionality, but unfortunately it hasn't been merged in yet. You can pull down my fork though, which includes the functionality! https://github.com/dillonfranke/jwt_tool Usage would be like this for parsing a token from a GET parameter:
|
@dillonfranke Thanks a lot man!! such a fast reply as well I'm impressed xd |
Any update on a merge to the main branch ? :) |
I know this is really bad practise, but currently I'm pentesting an API which is sending the JWT as a simple get parameter. JWT_Tool does not support this case.
Maybe it can/should be added for such cases?
Thanks for this great tool!
The text was updated successfully, but these errors were encountered: