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

Load postdata from file #68

Open js-bf opened 2 years ago

js-bf commented 2 years ago

It seems like loading postdata from a file is not supported (or if it is it's not obvious). This would be a really nice feature to have for those times when a the request is larger.

BreakfastSerial commented 1 year ago

I'd also love to see this feature. Alternatively, the request could be loaded from a file (i.e. export request from burp).

I frequently work with requests with large post bodies, which are a hassle to provide as a parameter for jwt_tool.