{"id":48613261,"url":"https://github.com/shiperoid/yt-dpi","last_synced_at":"2026-05-03T04:02:34.253Z","repository":{"id":341785045,"uuid":"1171284046","full_name":"Shiperoid/YT-DPI","owner":"Shiperoid","description":"YT-DPI is a lightweight diagnostic utility designed to identify YouTube connection issues caused by DPI (Deep Packet Inspection) or IP-level blocking.","archived":false,"fork":false,"pushed_at":"2026-04-21T16:27:43.000Z","size":311,"stargazers_count":44,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-21T18:32:51.953Z","etag":null,"topics":["bat","dpi","powershell","windows","youtube"],"latest_commit_sha":null,"homepage":"","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shiperoid.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-03T04:00:18.000Z","updated_at":"2026-04-21T16:26:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Shiperoid/YT-DPI","commit_stats":null,"previous_names":["shiperoid/yt-dpi-check"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/Shiperoid/YT-DPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shiperoid%2FYT-DPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shiperoid%2FYT-DPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shiperoid%2FYT-DPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shiperoid%2FYT-DPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shiperoid","download_url":"https://codeload.github.com/Shiperoid/YT-DPI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shiperoid%2FYT-DPI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32408502,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T02:37:21.628Z","status":"ssl_error","status_checked_at":"2026-04-29T02:36:50.947Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bat","dpi","powershell","windows","youtube"],"created_at":"2026-04-09T01:01:54.738Z","updated_at":"2026-04-29T03:08:32.457Z","avatar_url":"https://github.com/Shiperoid.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YT-DPI v2.2.0\n![GitHub Release](https://img.shields.io/badge/release-2.2.0-green)\n![License](https://img.shields.io/badge/license-MIT-blue)\n![Platform](https://img.shields.io/badge/platform-Windows-lightgrey)\n[![Telegram Channel](https://img.shields.io/badge/Telegram-blue)](https://t.me/YT_DPI)\n\n[[Русский](README_ru.md)] | [[Telegram](https://t.me/YT_DPI)]\n\n**YT-DPI** is a professional forensic network diagnostic framework designed to dissect and identify Deep Packet Inspection (DPI) and TSPU interference. Unlike standard tools that rely on high-level OS libraries, YT-DPI uses a low-level C# engine to simulate raw TLS handshakes, pinpointing exactly where and how your traffic is being manipulated.\n\n![Preview](https://raw.githubusercontent.com/Shiperoid/YT-DPI/refs/heads/master/img/YT-DPI-v2.2.0.png)\n\n## 🚀 Key Features (v2.2.0)\n\n*   **Low-Level TLS Engine (C#):** Built-in \"Barebuh Pro\" engine that manually constructs `ClientHello` packets. This bypasses Windows Schannel limitations and identifies subtle DPI blocks that standard tools miss.\n*   **Dynamic Responsive UI:** Automatically calculates table widths based on IP address lengths (IPv4/IPv6). Features an ultra-smooth real-time \"Waterfall\" results display.\n*   **Multi-Protocol Depth:** Independent testing of Port 80 (HTTP), Port 443 (TLS 1.2), and Port 443 (TLS 1.3) with a new **THROTTLED** status detection.\n*   **Dual-Stack Control:** Toggle between `IPv6 Priority` and `IPv4 Only` via the new Settings menu to find \"holes\" in ISP filtering.\n*   **PowerShell 7 (Core) Optimized:** Auto-detects and runs on `pwsh.exe` for enhanced socket performance and faster execution.\n*   **Universal Proxy Tunneling:** Full SOCKS5/HTTP support with improved SSL-over-Proxy handling for ISP/GEO metadata retrieval.\n*   **Forensic Deep Trace:** Custom L4 TCP Traceroute to identify the specific network hop where the DPI middlebox injects RST packets.\n\n## 🧠 The Knowledge Base: Why YouTube Lags?\n\n| Problem | Technical Explanation | Solution |\n| :--- | :--- | :--- |\n| **SNI Filtering** | ISP \"reads\" the hostname in cleartext. YT-DPI will show **DPI RESET**. | Use [GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI) or [Zapret](https://github.com/bol-van/zapret). |\n| **QUIC Blocking** | ISPs block UDP Port 443. YT-DPI identifies this via L4 timeouts. | Disable QUIC in `chrome://flags/#enable-quic`. |\n| **Kyber Algorithm** | Post-Quantum packets break old DPI parsers. Causes **THROTTLED** status. | Disable Kyber in `chrome://flags/#enable-tls13-kyber`. |\n| **IP/CDN Blocking** | Direct block of Google/CDN nodes. YT-DPI will show **IP BLOCK**. | Use a Proxy/VPN or advanced IP fragmentation. |\n\n## 🛠 Usage \u0026 Hotkeys\n\n1.  **Run `YT-DPI.bat`** (No installation required).\n2.  **[ENTER]** — Start global multi-threaded scan.\n3.  **[S]** — **Settings:** Change IP preference (v4/v6) or clear network cache.\n4.  **[P]** — **Proxy:** Configure SOCKS5/HTTP tunnel with history support.\n5.  **[D]** — **Deep Trace:** Pinpoint the censorship node by domain index.\n6.  **[R]** — **Report:** Export forensic results to `YT-DPI_Report.txt`.\n7.  **[U]** — **Update:** Check for the latest version on GitHub.\n\n## 🔗 Community \u0026 Credits\nThis project stands on the shoulders of giants in the DPI-circumvention scene:\n*   [GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI) — The definitive Windows bypasser by ValdikSS.\n*   [Zapret](https://github.com/bol-van/zapret) — Powerful multi-platform bypass engine by bol-van.\n*   [B4](https://github.com/DanielLavrushin/b4) — Advanced network diagnostic tool by Daniel Lavrushin.\n*   [dpi-detector](https://github.com/Runnin4ik/dpi-detector) — Research on TSPU/DPI detection.\n\n## ⚖️ License \u0026 Disclaimer\nLicensed under **MIT**. This tool is for **diagnostic and educational purposes only**. It does not provide bypass capabilities but helps you verify and calibrate your circumvention tools.\n\n---\n*Developed with ❤️ for the open internet.*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiperoid%2Fyt-dpi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshiperoid%2Fyt-dpi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiperoid%2Fyt-dpi/lists"}