Cyber Toolbox

Small, focused web-security tools.

A growing collection of single-purpose utilities for AppSec basics. Each tool is designed to do one thing well, explain its findings clearly, and be safe to run from a browser.

Misconfig Mapper

OWASP A05 in one click.

Live

Enter a URL and get a report card: missing security headers, exposed .git/.env, information disclosure, and cookie hygiene.

A05:2021 - Security Misconfiguration

JWT Inspector

Decode, audit, and crack weak HS256 secrets.

Live

Paste a JWT and see decoded header/payload, security findings (alg:none, kid injection, expired tokens, sensitive claims), and a built-in HS256 wordlist crack — all in your browser.

A02:2021 - Cryptographic Failures

CORS Tester

Probe an endpoint's Origin policy.

Live

Sends a battery of Origin probes — reflection, null, suffix/prefix bypass, subdomain, scheme downgrade, and a preflight — and classifies the response. Flags the dangerous reflection-with-credentials pattern.

A05:2021 - Security Misconfiguration

TLS / Cert Viewer

Inspect the live certificate chain.

Live

Opens a TLS handshake to a host, walks the certificate chain, and grades expiry, hostname match, signature algorithm, key strength, protocol version, and cipher.

A02:2021 - Cryptographic Failures