How the status checks work
The check runs entirely in your browser — there is no server-side scanning happening on our end. For each of the 206 tools in the registry, the page does two things in sequence: first, it tries to load /favicon.ico via an HTML <img> request (which works around CORS because images are allowed cross-origin without explicit headers); if that fails, it falls back to a fetch() with mode:'no-cors'. If either succeeds within the 5-second per-tool timeout, the tool is marked online; if both fail, it shows as having issues.
Concurrency and timing. Six checks run in parallel to keep the scan fast without hammering any single network. A 90-second master timeout caps the entire scan even if some tools never respond. Typical scan duration for the full 206-tool grid is 30-60 seconds depending on your network conditions.
The tool registry. The 206+ tools cover the categories a working security person actually uses: pentest distributions and tools (Kali, Parrot, BlackArch, Metasploit, Burp Suite), bug bounty platforms (HackerOne, Bugcrowd, Intigriti, YesWeHack), CTF platforms (Hack The Box, TryHackMe, picoCTF, Root-Me), training (PortSwigger Academy, OffSec, SANS), threat intelligence and OSINT (VirusTotal, AbuseIPDB, Shodan, Censys), security news and reference (Krebs, BleepingComputer, MITRE, NVD, OWASP), and dozens more. Use the search box and category dropdown above to narrow down to specific platforms.
What "down" means here. A tool marked as having issues means your browser could not reach it within 5 seconds via either the favicon or fetch path. That could mean: the service is genuinely down, or it is up but slow, or your network is having issues, or your IP is being rate-limited, or the service does not serve a favicon and rejects no-cors fetches. Status checks measure connectivity from your specific browser at this specific moment — not absolute global uptime.
Sharing results. After a scan completes, share buttons appear with prefilled summaries for X (formerly Twitter), Facebook, LinkedIn, and clipboard. The shared link includes ?up=X and ?down=Y parameters that generate dynamic Open Graph card previews — useful for posting incident summaries or when a major platform goes down.