All Projects → VoidSec → Webrtc Leak

VoidSec / Webrtc Leak

Check if your VPN leaks your IP address via the WebRTC technology

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Webrtc Leak

M3m0
M3m0 Tool ⚔️ Website Vulnerability Scanner & Auto Exploiter
Stars: ✭ 124 (-6.77%)
Mutual labels:  exploit
Entropy
Entropy Toolkit is a set of tools to provide Netwave and GoAhead IP webcams attacks. Entropy Toolkit is a powerful toolkit for webcams penetration testing.
Stars: ✭ 126 (-5.26%)
Mutual labels:  exploit
Hublin
DEPRECATED - An easy and free video conference service based on WebRTC
Stars: ✭ 1,614 (+1113.53%)
Mutual labels:  webrtc
Search Libc
Web wrapper of niklasb/libc-database
Stars: ✭ 124 (-6.77%)
Mutual labels:  exploit
Samples
WebRTC Web demos and samples
Stars: ✭ 11,318 (+8409.77%)
Mutual labels:  webrtc
Spectre Meltdown Poc
A semi-demi-working proof of concept for a mix of spectre and meltdown vulnerabilities
Stars: ✭ 127 (-4.51%)
Mutual labels:  exploit
Destructivefarm
📢 🔒 Exploit farm for attack-defense CTF competitions
Stars: ✭ 122 (-8.27%)
Mutual labels:  exploit
Surmon.me
🆒 My personal website and blog, powered by @vuejs (3)
Stars: ✭ 1,767 (+1228.57%)
Mutual labels:  webrtc
Awesome Hacking Resources
A collection of hacking / penetration testing resources to make you better!
Stars: ✭ 11,466 (+8521.05%)
Mutual labels:  exploit
Rtmp Ts Dash Webrtc
👾 音视频解决方案 Audio and video solutions(AV1)
Stars: ✭ 129 (-3.01%)
Mutual labels:  webrtc
Webrtc Cpp Sample
Sample program for using WebRTC on C++.
Stars: ✭ 123 (-7.52%)
Mutual labels:  webrtc
Blueborne Scanner
Bluetooth scanner for local devices that may be vulnerable to Blueborne exploit
Stars: ✭ 125 (-6.02%)
Mutual labels:  exploit
Toho Like Js
Touhou style danmaku shooter game which runs on your chrome.
Stars: ✭ 127 (-4.51%)
Mutual labels:  webrtc
Xsound
Web Audio API Library for Synthesizer, Effects, Visualization, Multi-Track Recording, Audio Streaming, Visual Audio Sprite ...
Stars: ✭ 123 (-7.52%)
Mutual labels:  webrtc
Isoalloc
A general purpose memory allocator that implements an isolation security strategy to mitigate memory safety issues while maintaining good performance
Stars: ✭ 130 (-2.26%)
Mutual labels:  exploit
Wave Share
Serverless, peer-to-peer, local file sharing through sound
Stars: ✭ 1,641 (+1133.83%)
Mutual labels:  webrtc
Phonesploit
A tool for remote ADB exploitation in Python3 for all Machines.
Stars: ✭ 122 (-8.27%)
Mutual labels:  exploit
Html5 Dash Hls Rtmp
🌻 HTML5播放器、M3U8直播/点播、RTMP直播、低延迟、推流/播流地址鉴权
Stars: ✭ 1,805 (+1257.14%)
Mutual labels:  webrtc
Neko
A self hosted virtual browser (rabb.it clone) that runs in docker.
Stars: ✭ 1,957 (+1371.43%)
Mutual labels:  webrtc
Pwninit
pwninit - automate starting binary exploit challenges
Stars: ✭ 127 (-4.51%)
Mutual labels:  exploit

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].