Skip to content
~/tools
sorena.dev
← sorena.dev

Tools

11 utility tools — run them here or type the command in the terminal.

DNS Leak Test

multi-probe resolver fingerprint

Runs 24 parallel probes against your browser's actual resolver path and checks whether your DNS exits the country you expect. If you're on a VPN, a mismatch here is worth looking at.

dnsleak/tools/dnsleak

IP Lookup

public IP + geo

Returns your current public IP address with geo: country, region, city, ISP, ASN. Pass any IPv4 or IPv6 address to look it up instead.

ip/tools/ip

DNS Lookup

query any record type against any resolver

Run DNS queries for A, AAAA, MX, TXT, NS, CNAME, SOA, SRV, or PTR records. Choose your resolver: Cloudflare, Google, Quad9, or OpenDNS.

dig/tools/dig

WHOIS Lookup

domain registration snapshot

Check registrar, creation date, expiry, nameservers, and DNSSEC status for any domain. Returns days-until-expiry and registration age.

whois/tools/whois

TLS Cert Check

certificate validity + cipher report

Inspect any domain's TLS certificate: issuer, subject, SANs, expiry, chain validity, protocol version, and cipher suite.

website-cert-check/tools/cert-check

CIDR Calculator

IPv4 / IPv6 subnet math

Calculate network ranges, masks, broadcast addresses, host counts, and IPv6 expanded forms from any IPv4 or IPv6 CIDR block.

cidr/tools/cidr

Cron Parser

crontab schedule explainer

Parse standard five-field cron expressions, macros, ranges, lists, steps, and month or weekday names, then preview the next scheduled runs.

cron/tools/cron

UUID Generator / Decoder

v1/v3/v4/v5/v6/v7 identifiers

Generate UUIDs across common versions or decode existing UUIDs to inspect version, variant, timestamp, clock sequence, and node data when available.

uuid/tools/uuid

Signature Verification

hash, HMAC, RSA, and ECDSA checks

Verify message digests, HMAC-SHA256 values, and raw public-key signatures locally in the browser without sending data to an external service.

verify/tools/verify

JWT Decode / Encode

JSON Web Token inspector

Decode, inspect, and encode JSON Web Tokens locally. Supports readable header/payload output, registered claim timestamps, HMAC signing, and HMAC or public-key signature checks.

jwt/tools/jwt

Port Check

TCP reachability probe

Check whether a public TCP port is open, closed, timed out, or unreachable from the server side.

port-check/tools/port-check
Also accessible via the terminal — type tools at the prompt.
READY mainportfolio v2.011 tools