You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Exception FileNotFoundError not properly handled, when passing a non existing key file to -k/--key.
This happen only with asymmetric algorithms, since it's been handled with HS*
To Reproduce
Get a valid JWT (you can grab it from jwt.io)
Run an attack using an asymmetric algorithm and passing a non existing key file to -k
jwtxpl <token> -a rs256 -p <key>:<value> -k /path/to/non/existing
Expected behavior
The script should properly handle this exception and return a custom error
The text was updated successfully, but these errors were encountered:
Describe the bug
Exception FileNotFoundError not properly handled, when passing a non existing key file to -k/--key.
This happen only with asymmetric algorithms, since it's been handled with HS*
To Reproduce
jwtxpl <token> -a rs256 -p <key>:<value> -k /path/to/non/existing
Expected behavior
The script should properly handle this exception and return a custom error
The text was updated successfully, but these errors were encountered: