jwt_security_test
Test JWT tokens for security vulnerabilities including none algorithm and weak secret attacks. Works with optional API endpoint for comprehensive testing.
Instructions
Test JWT token for security vulnerabilities (none algorithm, weak secrets)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | JWT token to test | |
| endpoint | No | API endpoint to test against (optional) |