runs in your browser · nothing stored

See what the internet
already knows about you.

Real network and privacy diagnostics — leak tests, IP exposure, DNS, and more. No account, no upload. Just the data your connection is actually broadcasting right now.

EXPOSURE READOUT LIVE
public_ipmeasuring…
location
network
Why you can trust the results

Built by network engineers.

Here's how the tests work and what we do — and don't — do with the results.

01 Runs where you are

Client-side tests execute in your browser against your own connection. WebRTC and fingerprint checks never touch a server we control.

02 Open about method

Every test page states exactly what it measures, how it measures it, and what a red or green result does and doesn't prove. No black boxes.

03 Nothing to store

No account, no history. We don't retain your IP or results. Close the tab and there's nothing left behind on our end.

// how the WebRTC test resolves an address
pc = new RTCPeerConnection(iceServers)
pc.createDataChannel("")
pc.onicecandidate = (e) => {
  parse(e.candidate) → { ip, typ }
  // typ 'srflx' = your real public IP
  // leaking past the tunnel
}

// result you'd see:
status: no reflexive candidate exposed