بنقرة واحدة
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