OSINT · pivot dashboard

OSINT Toolkit

Give it a username, email, phone number, or domain and it builds candidate profile and investigation links across dozens of platforms — one click to open, one to copy, one to export a report.

● 100% client-side — nothing you type ever leaves your browser
Enter a username to fan out across social, dev, and media platforms.
Results appear here.
Use responsibly. This tool only generates links to publicly available pages — it does not scrape, log, or verify anything. Existence of a profile must be confirmed by opening the link (browsers block automated cross-site checks). Use it for authorized research, security assessments, and educational purposes only, and respect each platform's terms and local law.
How it works

OSINT (open-source intelligence) is finding information from publicly available sources. This tool is a pivot dashboard: you give it one starting clue and it hands you a fan of links to check across many sites at once.

It builds links — it doesn't fetch them

Every platform has a predictable URL for a profile (github.com/<user>, reddit.com/user/<user>). The tool slots your input into ~60 known patterns and shows them as links. You click to confirm which actually exist.

Why it can't auto-verify

Browsers block a page from silently loading another site and reading the result (a security rule called CORS). Auto-checking needs a backend server — which would break the "nothing leaves your browser" promise. So this stays a link builder.

The Gravatar trick

Gravatar finds an avatar from a hash of an email, never the email itself. The hash is computed locally in your browser via the Web Crypto API (SHA-256), so even that keeps the raw email private.