ticarpi / jwt_tool

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

Handle header values with Colons #37

Closed rundx closed 3 years ago

rundx commented 3 years ago

HTTP header values with colons like "Origin: https://www.example.com" gives "ValueError: too many values to unpack (expected 2)" error

https://github.com/ticarpi/jwt_tool/blob/3d92dcd69c4bf54df776aa5ec2c8c8762744a7e2/jwt_tool.py#L141

ticarpi commented 3 years ago

Thanks for logging. now fixed in v2.2.2