Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect STUN/TURN protocol #66

Closed
ameshkov opened this issue Aug 28, 2017 · 3 comments
Closed

Detect STUN/TURN protocol #66

ameshkov opened this issue Aug 28, 2017 · 3 comments

Comments

@ameshkov
Copy link
Member

This is mostly about UDP traffic (but happens with TCP as well).

We should be able to detect STUN/TURN(s) protocols (and to block requests afterwards).

Detection is possible if we analyze the very first outgoing packet (decrypted in case of stun/turn over tls over tcp).

@sfionov
Copy link
Member

sfionov commented Nov 14, 2018

Done for TCP in corelibs proxy, but still needed in TCP/IP stack for UDP

@sxgunchenko
Copy link

core/pull-requests/880
core/pull-requests/884
mac/pull-requests/134

@sfionov
Copy link
Member

sfionov commented Jan 18, 2019

Testing instruction: Turn on stealth mode and webRTC blocking, try to test webrtc leak with something like: https://browserleaks.com/webrtc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants