TOOLOO · NETWORK TOOLS

Network maths without a network

Subnet calculation, IP address format conversion, and User-Agent parsing. All address and string arithmetic — no packets are sent.

Why DNS, WHOIS, and SSL checks are not here yet

DNS lookups, WHOIS, SSL certificate checks, HTTP header checks, site status and response time, port checks, ping, and traceroute all need a server to connect to a host on the user's behalf. Get that wrong and it becomes an internal network scanner anyone can direct: usable to probe localhost, private ranges, and cloud metadata endpoints, and bypassable through DNS rebinding. Doing it safely requires post-resolution address blocking, re-resolution and re-validation before every connection and after every redirect, a scheme allow-list, timeout and response size caps, per-IP rate limiting, and a non-root, network-isolated worker. Until all of that is built and verified, only the pure-computation tools are published.

Runs in your browser

These tools compute locally; your input never leaves this browser.

Queried by our server

These tools need to contact the host, so the domain or URL you enter is sent to our server and queried by an isolated process.