Arsenly
Tools
Free Tools
Pricing
Resources
Sign in Get started
← All tools

Cookie / JWT Auditor

Web Security Audit Free · No sign-up

Attack-focused audit of cookie flags and JWTs - alg-confusion, jku/kid injection, prefix & SameSite gaps - fully in your browser.

Try it now No sign-up required. Runs entirely 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.

What is Cookie / JWT Auditor?

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.

What it flags

  • Cookie flags - Secure, HttpOnly and SameSite, with session-cookie-aware severity.
  • Cookie scope - __Host-/__Secure- prefix compliance and over-broad Domain sharing.
  • JWT algorithm attacks - alg=none, HMAC↔RSA alg-confusion and unsigned tokens.
  • JWT header injection - jku/jwk/x5u (SSRF/key-forgery) and kid (path-traversal/SQLi).
  • JWT claims - expiry gaps/long lifetimes plus privilege and sensitive-data claims.
  • Decoded header & payload + claims table, with next-step pivots (Hash Cracker, SSRF Toolkit).

Where it fits in your workflow

  • Assess session-cookie hardening and CSRF exposure during a web test.
  • Triage a captured JWT for forge/confusion/injection paths before attacking it.
Want more?

This one is free in your browser. Sign up for server-side recon, scan history, and projects.

Create free account Sign in

At a glance

CategoryWeb Security Audit
RunsIn your browser
Token cost Free - no tokens
Access No login needed
Status● Live

Frequently asked questions

Why a separate JWT Decoder tool?

The 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.

Can it crack a JWT secret?

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.

Other free tools you might like

Explore more tools →