Attack-focused audit of cookie flags and JWTs - alg-confusion, jku/kid injection, prefix & SameSite gaps - fully in your browser.
100% client-side - cookies never leave your browser. Flags Secure / HttpOnly / SameSite, __Host-/__Secure- prefix compliance, broad Domain scope and CSRF/XSS exposure.
Cookie / JWT Auditor inspects the security posture of cookies and JSON Web Tokens you paste in, from an attacker’s point of view. For cookies it checks the protective attributes and the things bug-bounty reports actually hinge on - __Host-/__Secure- prefix compliance, over-broad Domain scope and SameSite/CSRF exposure.
For JWTs it decodes the header and payload and then audits for real attack paths: alg=none, HMAC/RSA alg-confusion, jku/jwk/x5u/kid header injection (SSRF, key-forgery, path-traversal/SQLi), missing or excessive expiry, and privilege/sensitive claims worth tampering with - each with the exact thing to test next.
It also doubles as a live JWT editor / forge: edit the header or payload and the token rebuilds instantly. Choose a signature mode - keep the original (to test whether the server even verifies), force alg=none, or re-sign with an HMAC secret (real HS256/384/512 in-browser, ideal once you have a cracked/guessed key) - then copy the forged token straight into your request.
Everything runs client-side, so the cookies and tokens you analyze never leave your browser - safe for live session data.
__Host-/__Secure- prefix compliance and over-broad Domain sharing.alg=none, HMAC↔RSA alg-confusion and unsigned tokens.jku/jwk/x5u (SSRF/key-forgery) and kid (path-traversal/SQLi).This one is free in your browser. Sign up for server-side recon, scan history, and projects.
Create free account Sign inThe JWT Decoder is a quick pretty-printer. This auditor focuses on offensive findings - alg-confusion, jku/kid injection, prefix gaps and privilege claims - and points you to the next attack.
It flags HS-algorithm tokens as brute-forceable and links to the Hash Cracker for offline wordlist attacks; the Vulnerability Scanner also includes a server-side HS256 check.