Skip to content

All tools

Every tool in one place.

45 free email-security, web-security, and developer tools — plus the full compliance platform — across 59 entries in one scannable directory. No account required to start.

Email security

Email security

Authenticate your sending domain, ingest DMARC reports, and harden mail transport. Most breaches start with email.

Email security hub

Start here

One scan, eight checks, three resolvers — no account.

Email security scan

Free

SPF, DKIM, DMARC, MX, MTA-STS, TLS-RPT, BIMI, and DNSSEC across three resolvers in about 15 seconds. PDF report on request.

Open tool →

Authentication

Build, validate, and harden the DNS records that decide whether mailbox providers trust your domain.

SPF record builder

Free

Pick the services you send from; we assemble the TXT record and count DNS lookups so you don't blow the RFC-7208 10-lookup limit.

Open tool →

SPF lookup analyzer

Free

Resolve an existing SPF record's whole include/redirect tree and count the real number of DNS lookups — the one that breaks mail past 10.

Open tool →

DMARC record generator

Free

Build a v=DMARC1 record with the right policy and reporting address, plus a guided rollout from p=none to full enforcement.

Open tool →

DMARC record validator

Free

Paste your DMARC TXT record for per-tag grading and plain-English fixes. No DNS lookup — bring your own record.

Open tool →

DMARC report analyzer

Free

Paste a daily aggregate (rua=) XML report for a per-source breakdown, alignment rate, and a verdict on moving to quarantine or reject. Runs in your browser.

Open tool →

DKIM record validator

Free

Paste your DKIM TXT record for tag-by-tag grading, a key-size estimate, and revocation detection. No DNS lookup required.

Open tool →

Email header analyzer

Free

Paste a suspicious email's raw headers to trace every hop, read the SPF/DKIM/DMARC verdicts, and surface spoofing tells. Nothing uploaded.

Open tool →

BIMI check

Free

Resolve your BIMI DNS record, fetch the SVG, and flag Gmail-blocking issues: size, content-type, missing VMC, DMARC enforcement.

Open tool →

DMARC visibility

Paid

Ingest aggregate reports from your rua= mailbox: per-source alignment, untrusted-sender flags, and a guided path from p=none to p=reject.

Open tool →

Transport

MTA-STS and TLS-RPT — the records that force TLS for your domain and report failures back to you.

MTA-STS policy builder

Free

Pick your MX hosts and a mode (enforce / testing / none). Emits the hosted policy file plus the DNS TXT record.

Open tool →

TLS-RPT builder + validator

Free

Subscribe to daily TLS/MTA-STS/DANE failure reports. Build a fresh TXT record, or paste one for tag-by-tag grading.

Open tool →

Operations

Always-on monitoring once your records are clean.

Continuous monitoring

Paid

Daily (Starter) or 6-hour (Pro) rescans with field-level drift detection. Email, Slack, and webhook alerts the moment anything changes.

Open tool →

Web security

Web security & developer utilities

HTTP-header audits, TLS posture, and the everyday encoders, inspectors, and data tools security engineers reach for daily.

Web security hub

Transport

How the page gets to the browser — certificates and mixed assets.

TLS certificate scan

Paid

Real TLS handshake — chain trust, expiry, negotiated version, public-key strength, and signature algorithm.

Open tool →

Mixed-content scanner

Paid

Walks an https page for http:// sub-resources, distinguishing active (blocked) from passive (warned) mixed content.

Open tool →

Browser hardening

Headers and cookie flags that stop XSS and clickjacking.

Security headers scan

Paid

Grades CSP, HSTS, frame protection, X-Content-Type-Options, Referrer-Policy, and Permissions-Policy with weighted scoring and a fix list.

Open tool →

Security headers builder

Free

Pick your CSP directives, frame policy, referrer-policy, and Permissions-Policy. Emits a ready-to-paste header block for your CDN or proxy.

Open tool →

CSP analyzer

Free

Paste a Content-Security-Policy header; we grade every directive — wildcards, 'unsafe-inline', missing frame-ancestors, and the rest.

Open tool →

CORS policy analyzer

Free

Paste your Access-Control-* headers. Catches wildcard + credentials, Allow-Origin: null, and comma-separated origin lists.

Open tool →

HSTS preload checker

Free

Paste your Strict-Transport-Security header; we grade it against Chrome's preload-list requirements (max-age, includeSubDomains, preload).

Open tool →

Cookie security audit

Paid

Per-cookie grading of Secure, HttpOnly, and SameSite — the three flags that decide whether XSS can steal sessions.

Open tool →

Cookie parser

Free

Paste a single Set-Cookie line. Decomposes name/value/attributes and grades against best practice (Secure, HttpOnly, SameSite, __Host-, Partitioned).

Open tool →

URL handling

How your site follows links — open-redirect phishing primitives.

Open-redirect detector

Paid

Probes redirect-shaped query parameters with an attacker-controlled destination. Fails are endpoints with no allowlist.

Open tool →

URL inspector

Free

Decomposes a URL into scheme, host, path, query, and fragment, flagging IDN homograph attacks, suspicious ports, and mismatched encoding.

Open tool →

DNS hardening

DNS records that protect your cert issuance and disclosure path.

DNS map

Free

One-shot recon: NS/MX/A/AAAA/TXT/CAA on the apex, subdomain discovery via Certificate Transparency, owning ASN per IP, rendered as a node-link map.

Open tool →

CAA record builder

Free

Pick the CAs you trust; emits the DNS CAA records to publish so unauthorized CAs can't issue certs for your domain.

Open tool →

security.txt builder

Free

Generate a valid /.well-known/security.txt (RFC 9116). Warns on http://, expired, or 2+ year-out Expires fields.

Open tool →

Tokens & encoding

Inspect, decode, and verify the tokens, encodings, and identifiers your app uses every day.

JWT inspector

Free

Decode header + payload, flag the alg: none exploit, show expiry status, and list claim sets. Signatures aren't verified — that needs the secret.

Open tool →

Hash calculator

Free

MD5, SHA-1, SHA-256, SHA-384, SHA-512. Paste text or upload a file; copy any digest with one click.

Open tool →

Base64 encoder / decoder

Free

Encode arbitrary bytes to base64 or base64url and decode the other way — handy for inspecting auth headers and CSP nonces.

Open tool →

URL encoder / decoder

Free

Percent-encode or decode in three flavors — encodeURI, encodeURIComponent, and form-urlencoded (+ for space).

Open tool →

HTML entity encoder / decoder

Free

Escape the five OWASP-mandated characters (or every non-ASCII). Decode named, decimal, and hex references; detects double-encoding.

Open tool →

UUID inspector + v4 generator

Free

Generate v4 UUIDs in bulk; inspect a UUID's variant + version. Useful when correlating logs across services.

Open tool →

Password strength checker

Free

Entropy + time-to-crack against three attacker baselines, 100% client-side. Flags repeated chars, year suffixes, and a top-100 breach corpus.

Open tool →

Timestamp converter

Free

Convert between Unix epoch (s/ms), ISO-8601, RFC 3339, and human-readable. Always UTC to avoid timezone confusion.

Open tool →

Cron expression explainer

Free

Paste a 5-field cron expression for a plain-English explanation and the next 6 UTC fire times. Catches the dom/dow OR-semantics gotcha.

Open tool →

Data tools

Format, validate, and test the data shapes your security tooling pumps around.

IPv4 CIDR calculator

Free

Compute network/broadcast, usable range, mask, and host count for any IPv4 CIDR. Handy when carving subnets for new VPCs.

Open tool →

IPv6 address inspector

Free

Expand ::-compressed addresses, get the RFC 5952 canonical form, classify scope, and derive the reverse-DNS PTR.

Open tool →

JSON formatter / minifier / validator

Free

Pretty-print, minify, or validate any JSON. Surfaces parse errors with line + column. Stays entirely client-side.

Open tool →

Regex tester

Free

Live regex match preview against multi-line input, highlighting matches + groups. JavaScript regex flavor.

Open tool →

Text diff viewer

Free

Compare two texts line-by-line, side-by-side or unified, with +/- stats. Useful for diffing CSP headers, JSON, or config files.

Open tool →

Compliance & platform

Compliance & the full platform

Self-paced framework readiness you can finish without a consultant, plus the connected platform that turns the systems you already run into a posture score, a findings board, and audit-ready evidence.

Compliance hub

Framework readiness

Self-assess against the framework your contract or insurer asks for, with concrete per-control guidance.

CMMC L1 · L2 · L3

Free

Pick your level — L1 (17 FAR practices), L2 (110 NIST 800-171 controls), or L3 (24 NIST 800-172). Self-assessment, evidence library, SSP markdown, and POA&M CSV per level.

Open tool →

SOC 2 readiness

Free

Score against the AICPA Common Criteria plus opt-in Availability and Confidentiality. Capture evidence, export a readiness report and gap CSV.

Open tool →

NIST CSF 2.0

Free

Self-assess the six CSF functions across 106 subcategories — the framework cyber insurers ask about. Tier statement, profile markdown, and gap CSV.

Open tool →

Vendor questionnaire library

Free

Upload a customer's security questionnaire as CSV; we auto-match every question we've seen before from your saved answer library. Stop rewriting answers.

Open tool →

The connected platform

Connect Microsoft 365, Google Workspace, GitHub, Cloudflare, AWS, and more via OAuth or read-only keys; we turn the data into posture, findings, and evidence. Sign up to use these.

Posture score & findings board

Paid

A single posture score with week-over-week deltas, plus a unified findings board (Kanban, SLA aging, bulk actions) across every connected system.

Open tool →

Continuous integrations

Paid

M365, Google Workspace, GitHub, Cloudflare, AWS, Snyk, KnowBe4, UniFi, Meraki, and Kisi — synced on a schedule into findings and auto-evidence.

Open tool →

Governance & policies

Paid

A policy template library, risk register, access reviews, offboarding playbooks, and an incident register — the governance an auditor asks to see.

Open tool →

Vendor risk management

Paid

Auto-discover vendors from your OAuth grants, track each one's risk and review cadence, and get alerted on vendor breaches and stale grants.

Open tool →

Security awareness training

Paid

Run phishing simulations with a difficulty-tiered lure library and customizable sender domains, plus training and report-phish positive-outcome paths.

Open tool →

Cyber-insurance attestation

Paid

Auto-fill the underwriter's 12-item control checklist from the facts your integrations already gathered, then export a signed attestation PDF.

Open tool →

Public trust page

Paid

Publish a Vanta-style trust page that shows prospects your security posture, certifications, and sub-processors — without sending the questionnaire back and forth.

Open tool →

Intelligence & learning

Threat intelligence & learning

Free, always-current research and education for SMB teams — every figure hand-sourced, no account required.

Research & awareness

Know what's being exploited right now, what's coming due, and how to spot an attack.

Threat radar

Free

The CISA Known Exploited Vulnerabilities catalog, filtered and ranked for the products an SMB actually runs, with ransomware-linked and due-soon flags.

Open tool →

SMB threat landscape

Free

The ransomware, phishing, and BEC trends hitting small businesses — every figure traced to the FBI IC3 report and CISA #StopRansomware advisories.

Open tool →

Compliance deadline calendar

Free

Upcoming CMMC, PCI DSS, FTC Safeguards, and US state-privacy deadlines, each traced to its primary source and re-bucketed by how soon it's due.

Open tool →

Phishing red-flags gallery

Free

A plain-English gallery of the tells that give away a phishing email — sender tricks, urgency, dodgy links, fake logins, and payment fraud. Every example is synthetic.

Open tool →

Security maturity self-check

Free

Ten plain-English questions across email, identity, backups, and training. Two minutes, a score, and prioritized next steps. Runs entirely in your browser.

Open tool →

Security tips library

Free

A rotating library of concrete, plain-English security steps for SMBs — one a day, no acronym soup, no fear-mongering.

Open tool →

Security glossary

Free

Plain-English definitions of the security and compliance terms that show up in audits, questionnaires, and insurance forms — each with its own indexable page.

Open tool →

Ready to go from one scan to full coverage?

The free tools find the gaps. The platform connects your systems, scores your posture, and keeps the evidence audit-ready.