Accuracy Disclaimer: CFT reads HTTP Set-Cookie response headers and readable browser cookies only. HttpOnly cookies, cookies set via JavaScript after page load, cookies behind authentication walls, and cookies loaded by third-party scripts may not be detected. Results are indicative, not exhaustive, and should not be used as a sole basis for compliance decisions.
BUILT FOR DEFENDERS

Cookie Finder Tool - CFT

Enter any website URL to scan for cookies. CFT classifies every cookie by security risk, detects missing Secure, HttpOnly, and SameSite attributes, and generates a defender-ready remediation report.

Scan a Website for Cookies

🌐

How CFT works

1
Enter URL

Provide the target website address.

2
Auto-scan

CFT fetches the site and reads all HTTP Set-Cookie response headers automatically.

3
Categorize

Each cookie is classified by lifespan, source, security attributes, and type.

4
Report

Download a standalone HTML report with all findings and remediation steps.

About Cookie Finder Tool — CFT

A free, open cookie security scanner built for defenders by antibodycyber.com

Purpose

CFT helps security engineers, privacy auditors, penetration testers, and compliance teams quickly enumerate the cookies a website sets and identify security misconfigurations before attackers do.

What CFT Detects

  • Missing Secure attribute — cookie transmittable over HTTP
  • Missing HttpOnly — authentication cookies exposed to XSS
  • Missing or weak SameSite — CSRF risk
  • SameSite=None without Secure — rejected by modern browsers
  • Third-party cookies — cross-site tracking domains
  • Zombie / fingerprinting cookie patterns
  • Session vs. persistent lifespan classification

How It Works

CFT makes a server-side HTTP GET request to the target URL, follows up to five redirects, and captures all Set-Cookie response headers at each hop. Each cookie is parsed and classified against a security rule set. No browser, JavaScript engine, or user session is involved.

Defender Use Cases

  • Pre-pentest recon — map cookie surface before engagement
  • GDPR / ePrivacy audit — identify third-party trackers
  • Secure SDLC gates — verify cookie hardening before release
  • Incident response — check if session cookies lack HttpOnly
  • Vendor assessment — audit third-party SaaS cookie posture
  • Red team recon — find session cookie weaknesses to exploit

Known Limitations

  • Does not execute JavaScript — misses cookies set by JS after page load
  • Does not authenticate — misses cookies behind login walls
  • Single GET per scan — may miss cookies set only on subpages
  • Cannot read cookies already stored in your local browser (browser same-origin policy)
  • HttpOnly cookies are visible via response headers but not their values

Privacy Commitment

  • Cookie values are always redacted — CFT never logs or stores cookie content
  • Scan targets are not retained after the response is returned
  • No analytics, tracking scripts, or third-party SDKs on this page
  • All scan processing runs on WinCyberScan infrastructure — no data leaves to third parties
  • This tool sets zero cookies on your browser