Adding support for Elliptic Curve based vulnerabilities #28
Labels
analysis
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
HacktoberFest
Is your feature request related to a problem? Please describe.
Currently, we only handle JWT signed using HMAC or RSA but we have not handled the JWT's signed by Elliptic Curve ES384 etc.
Describe the solution you'd like
JWT Configurations
Testing the changes, in case some implementation/poc is required
build the addon by running
Then go to the ZAP -> File -> Local addon file -> Navigate to project -> build -> bin -> jwt*.zap and done.
The text was updated successfully, but these errors were encountered: