AntiMalwareJuly 30, 2026🇷🇺Translated from Russian

TGLock 2.0 Restores Telegram Connectivity with Local MTProto Proxy Over WebSocket

Developer babin2002 has published TGLock 2.0, a free utility for Windows, macOS and Linux that revives Telegram when the client hangs on the “Connecting” screen because of domestic content-filtering systems.

The program creates a local MTProto proxy and forwards only the messenger’s encrypted traffic through a secure WebSocket connection to Telegram’s own web infrastructure. All other computer traffic remains unaffected, and no rented server or paid subscription is required.

Users simply launch the application, click “Enable protection” and confirm the addition of the proxy inside Telegram. The new release separates status messages: the label “Telegram on the line” appears only after a functional WebSocket tunnel has been established.

If the connection is lost, TGLock 2.0 automatically tests backup routes, temporarily discards non-working ones and remembers the successful path for each Telegram data center. The tool does not disable TLS checks, does not alter system DNS and does not load external Cloudflare domain lists, although users may add their own Cloudflare Worker if needed.

A LAN mode lets a smartphone on the same local network route its traffic through the computer, but both devices must share the network. Voice and video calls may fail because UDP proxying is not implemented. An Android version is not yet available, and the macOS build is unsigned, so Gatekeeper may block it by default.

The project is released under the MIT license and does not function as a full VPN, so services such as YouTube or Discord remain blocked.

Related articles

AntiMalwarePrivacy & Surveillance

VPN Encryption Alone Cannot Hide Traffic from Network Detection Systems

A Habr user known as mr_tom detailed why encrypted VPN connections remain detectable despite their encryption. Observers can identify connections through visible metadata such as server IP addresses, ports, transport protocols, handshake patterns, packet sizes, timing intervals, and overall flow behavior. Simple DPI systems block traffic by restricting known IPs or ports, while advanced filters build traffic fingerprints and use active probing to verify suspicious endpoints. The popular combination of VLESS, XHTTP, and REALITY operates across different layers rather than functioning as three equivalent VPN protocols. Even traffic on port 443 can be distinguished from standard HTTPS by analyzing handshake details and subsequent packet behavior. The core conclusion is that no universally unblockable VPN exists, as detection can rely on IP blocking, new signatures, or active verification regardless of encryption strength.

HabrPrivacy & Surveillance

Browser Extension Anonymizes Sensitive Data Before Sending to AI Chatbots

A new browser extension automatically detects and replaces sensitive information such as names, INN numbers, bank cards, and emails with pseudonyms before any text or files reach AI chat services. The tool operates entirely locally in the browser, ensuring original data never leaves the user's device while allowing AI models to process anonymized placeholders. Responses from the AI are decrypted back to readable form only on the user's screen using an in-memory mapping that disappears when the browser closes. The solution supports over 70 file formats including DOCX, XLSX, and PDF, plus offline OCR for scanned documents to handle the most common leakage vectors used by HR, legal, and accounting teams. Multiple validation layers including checksums, Luhn algorithm, entropy checks, and normalization for Russian name declensions reduce false positives that plagued earlier regex-based attempts. The extension is available in a free version on the Chrome Web Store covering 33 data categories, with advanced file and scan features offered on request.

SecuritylabPrivacy & Surveillance

Browser Privacy Ranking 2026: Tor Browser Leads at 9.5 While Chrome and Yandex Rank Lowest

SecurityLab.ru has published a detailed 2026 browser privacy ranking that evaluates major browsers across six criteria including initial network behavior, site isolation, fingerprint resistance, funding model, configurability, and code auditability. Tor Browser scores highest at 9.5 for its comprehensive protections including unified fingerprinting and layered JavaScript controls, followed by Mullvad Browser at 9.0 and LibreWolf at 8.5. Brave earns 7.5 for built-in tracker blocking but faces criticism over default telemetry and cryptocurrency features. Firefox scores 6.0 out of the box yet reaches 8.5 after extensive configuration, while Google Chrome, Microsoft Edge, Opera, and Yandex Browser occupy the bottom positions due to persistent tracking mechanisms and closed-source components. The report also highlights the Local Mess localhost tracking technique used by Meta and Yandex that bypassed browser isolation entirely.

HabrPrivacy & Surveillance

Russian Ministry Certificates Enable Potential State MITM on Foreign Domains

Russian companies facing sanctions have started adopting root certificates issued by the Ministry of Digital Development and Communications to maintain HTTPS access after commercial CAs revoked or refused to renew their certificates. Installing these Ministry certificates allows browsers to trust sites using Russian national CAs but also creates a pathway for man-in-the-middle interception by state-controlled entities. The article details a concrete threat model where a government-linked operator could use the Ministry root to generate on-the-fly certificates for any domain, including foreign services outside Russian jurisdiction. To mitigate this, the author demonstrates how to re-sign the Ministry root with OpenSSL nameConstraints limited to .ru, .su, and .рф domains only. Tests on macOS with Homebrew show that the constrained certificate still validates Russian banking sites such as online.sberbank.ru while correctly rejecting attempts to validate foreign domains like sberbank.com. The technique requires users to maintain their own cross-signed root and never rely on pre-installed Ministry or Yandex Browser roots for full protection.