For the complete documentation index, see llms.txt. This page is also available as Markdown.

How a WebRTC leak works

How WebRTC works

  1. The website sends a regular TCP request from the browser or antidetect browser.

  2. The anti-fraud system responds and injects a script for a STUN request.

  3. The browser makes a STUN request over UDP, bypassing the proxy from the real address, because the proxy or antidetect browser may not support UDP.

  4. If the IP in the TCP connection and the UDP connection differs, the user is exposed as using a proxy.

    The image and information were taken and translated from the ZloyTeam article

Last updated

Was this helpful?