SSL & Security
Cookie Security Checker
Audit a site's cookie flags
Tool features
Every Set-Cookie Header
Attribute Analysis
Purpose-Aware Grading
Security Score
What cookie attributes do & why they matter
A cookie is only as safe as the attributes it is set with. The Set-Cookie header carries flags that decide whether a browser will send the cookie over plain HTTP, hand it to JavaScript, or attach it to requests started by another site. Get them wrong and a session cookie becomes a credential anyone can lift.
This tool requests the page the way a browser does, follows the redirect chain, and reads every Set-Cookie header along the way — including the ones set on a 302 during a login flow. It grades each cookie against the attributes its purpose actually requires: a session cookie without HttpOnly is a serious finding, the same omission on a language preference is not.
Cookie values are credentials, so they never leave the server. Only names, attributes and value lengths are reported, and the raw header is shown with the value replaced by <redacted>.
How to use this tool
example.com or https://example.com/login.