Skip to content
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

Open
gl4nce opened this issue Mar 30, 2021 · 7 comments
Open

Supporting GET method #39

gl4nce opened this issue Mar 30, 2021 · 7 comments
Assignees

Comments

@gl4nce
Copy link

gl4nce commented Mar 30, 2021

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!

@ticarpi ticarpi self-assigned this Mar 30, 2021
@ticarpi
Copy link
Owner

ticarpi commented Mar 30, 2021

Yes, I had this in a test the other week.
I hacked a solution on the day, but I'll clean it up and add it to the next update.
Thanks for the suggestion.

@ticarpi ticarpi pinned this issue Mar 30, 2021
@gl4nce
Copy link
Author

gl4nce commented Mar 30, 2021

Sounds good.
Thanks a lot for your fast reply and the announced solution. 👍

@dillonfranke
Copy link

@gl4nce I just added this functionality with 5f78b56, enjoy!!

@ghost
Copy link

ghost commented Jul 13, 2022

Was this functionality removed? I'm only finding -pd option for POST DATA only, not get parameters.
Either way, can we get some examples of how I should use the flag?

@dillonfranke
Copy link

dillonfranke commented Jul 13, 2022

Was this functionality removed? I'm only finding -pd option for POST DATA only, not get parameters. Either way, can we get some examples of how I should use the flag?

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:

python3 jwt_tool.py -t https://TARGET -gd "token=ey...." -M pb

@ghost
Copy link

ghost commented Jul 13, 2022

@dillonfranke Thanks a lot man!! such a fast reply as well I'm impressed xd

@hugo-syn
Copy link

Any update on a merge to the main branch ? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants