Login Register






Thread Rating:
  • 1 Vote(s) - 5 Average


Tutorial Disable WebRTC filter_list
Author
Message
Disable WebRTC #1
What is WebRTC?
WebRTC is an open framework for the web that enables Real Time Communications in the browser. It includes the fundamental building blocks for high-quality communications on the web, such as network, audio and video components used in voice and video chat applications.
These components, when implemented in a browser, can be accessed through a JavaScript API, enabling developers to easily implement their own RTC web app.
The WebRTC effort is being standardized on an API level at the W3C and at the protocol level at the IETF.

This is a crucial because even with a VPN your IP is still visable.
on Firefox type in about:config, change these settings:
  media.peerconnection.enabled = false
   media.peerconnection.turn.disable = true
   media.peerconnection.use_document_iceservers = false
   media.peerconnection.video.enabled = false
   media.peerconnection.identity.timeout = 1

to test if you are vulnerable to the WebRTC leak head over to this site
https://browserleaks.com/webrtc#webrtc-device-id

for Chrome:
    WebRTC in Google Chrome and Chromium-based web browsers is supported and enabled by default since Chrome version 23.
   To protect IP addresses from leaking, using the official webrtc.org extension WebRTC Network Limiter. It has few options, depending on what you're looking     for.
(This post was last modified: 10-28-2017, 12:06 AM by Oblivious.)

[+] 3 users Like Oblivious's post
Reply

RE: Disable WebRTC #2
WebRTC was one of the first things I disabled when setting up my dedicated anonymity system.

It can also be disabled with ScriptSafe and NoScript Add-On for Chrome & Firefox respectively. For anonymity purposes, I don't use extensions and Add-Ons. Given WebRTC also relies on JavaScript, It's best to disable that too.

You've mentioned your IP can be leaked even when navigating with a VPN, which I certainly agree. It's not only your public/external/WAN IP that's of concern, but also your local/Internal IP (that's behind the LAN default gateway) Is exposed on the given device you're navigating with. Requests sent to STUN servers, also leak the IPs mentioned.

Nice contribution, thank you.
[Image: AD83g1A.png]

[+] 2 users Like mothered's post
Reply

RE: Disable WebRTC #3
(10-28-2017, 12:03 AM)Oblivious Wrote: for Chrome:
    WebRTC in Google Chrome and Chromium-based web browsers is supported and enabled by default since Chrome version 23.
   To protect IP addresses from leaking, using the official webrtc.org extension WebRTC Network Limiter. It has few options, depending on what you're looking     for.

As-well you should append " --disable-webgl " to the target for your chrome shortcut (on windows) to stop the webgl service.

Here is a demonstration of someone resolving your IP address. https://github.com/diafygi/webrtc-ips

Great post OP, spreading the awareness.  Cool
(This post was last modified: 06-04-2019, 08:45 PM by Green Man.)

Reply

RE: Disable WebRTC #4
If you're torrenting Game of Thrones, I wouldn't bother but if you are serious about anonymity -- give this a try.
[Image: 4MtNRt3.gif]

Reply

RE: Disable WebRTC #5
Well, that was a useful thread because I literally had no idea this existed. I am wondering though, is this automatically disabled on TOR?

Reply

RE: Disable WebRTC #6
(05-10-2019, 02:46 AM)Green Man Wrote:
(10-28-2017, 12:03 AM)Oblivious Wrote: for Chrome:
    WebRTC in Google Chrome and Chromium-based web browsers is supported and enabled by default since Chrome version 23.
   To protect IP addresses from leaking, using the official webrtc.org extension WebRTC Network Limiter. It has few options, depending on what you're looking     for.

Alternatively you could append " --disable-webgl " to the target for your chrome shortcut (on windows) to stop the webrtc service. Here is a demonstration of someone resolving your IP address. https://github.com/diafygi/webrtc-ips

Great post OP, spreading the awareness.  Cool

thanks for adding the GitHub link. Smile
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#

Reply

RE: Disable WebRTC #7
(05-14-2019, 01:35 AM)Drako Wrote: I am wondering though, is this automatically disabled on TOR?

Tor does not support WebRTC.
[Image: AD83g1A.png]

[+] 1 user Likes mothered's post
Reply

RE: Disable WebRTC #8
The leak test did not display any of my address information even before following the steps. Hmm.
"If you look for the light, you can often find it. But if you look for the dark, that is all you will ever see.”


Reply

RE: Disable WebRTC #9
This is interesting... thanks for the share!

Reply

RE: Disable WebRTC #10
Thank you very much my friend

Reply







Users browsing this thread: 2 Guest(s)