원클릭으로
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 직업 분류 기준
Business 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
| 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 validation