Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voidsec/webrtc-leak
Check if your VPN leaks your IP address via the WebRTC technology
https://github.com/voidsec/webrtc-leak
exploit vpn-leaks webrtc webrtc-leak
Last synced: 3 months ago
JSON representation
Check if your VPN leaks your IP address via the WebRTC technology
- Host: GitHub
- URL: https://github.com/voidsec/webrtc-leak
- Owner: VoidSec
- Created: 2018-03-27T12:33:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T11:15:27.000Z (over 6 years ago)
- Last Synced: 2024-07-31T13:15:03.781Z (3 months ago)
- Topics: exploit, vpn-leaks, webrtc, webrtc-leak
- Language: JavaScript
- Homepage: https://ip.voidsec.com
- Size: 8.79 KB
- Stars: 181
- Watchers: 13
- Forks: 44
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **110**星
README
# WebRTC-Leak
Check if your VPN leaks your IP address via the WebRTC technology.# 23% of tested VPNs leaks users' IPs
## WebRTC
Browsers have implemented WebRTC that allow requests to STUN servers be made that will return the local and public IP addresses for the user. These request results are available to javascript, so you can now obtain a users local and public IP addresses in javascript. This demo: https://ip.voidsec.com/ is an example implementation of that.
Additionally, these STUN requests are made outside of the normal XMLHttpRequest procedure, so they are not visible in the developer console and cannot be blocked by plugins such as AdBlockPlus or Ghostery. This makes these types of requests available for online tracking, de-anonymize and trace users behind common privacy protection services such as: VPN, SOCKS Proxy, HTTP Proxy and (in the past) TOR users.
Read my research on: https://voidsec.com/vpn-leak