// tool reference · Network & Firewall
Security Toolkit Free
Headers, DNS, TLS, IOC, hashing, JWT, CIDR, CSP — all in one.
What it does
Eight utilities behind one page, for the small checks that interrupt real work. Each runs independently; pick one with the tab selector.
When to use it
- You need a quick, exact answer without opening a separate tool.
Inputs
Field names are the actual form parameters, verified against source.
| Field | Type | Required | Notes |
|---|---|---|---|
| check | select | required | Which utility: headers · dns · tls · ioc · hash · jwt · cidr · csp. |
| input | text | optional | The value for the selected utility. |
| host | text | optional | Hostname — for dns / tls. |
| domain | text | optional | Domain — for dns. |
| jwt | textarea | optional | Token — for jwt. |
| cidr | text | optional | CIDR — for cidr. |
| csp | textarea | optional | Policy — for csp. |
What you get back
A focused result for the selected utility.
Worked example
Input
check = cidr cidr = 10.0.0.0/24
Output (abridged)
Network: 10.0.0.0 Broadcast: 10.0.0.255 Usable: 10.0.0.1 – 10.0.0.254 (254 hosts) Netmask: 255.255.255.0
How it works
Deterministic throughout. The dns/tls/headers utilities make an outbound request; the rest are local.
Privacy
Nothing is stored. Outbound checks (dns/tls/headers) are SSRF-guarded and IP-pinned.
Standards
OWASP Secure HeadersRFC 4632 (CIDR)