From 2ce6e906f8a35a579b444a276aca2822e60673ac Mon Sep 17 00:00:00 2001 From: Dev DaRK Date: Fri, 29 Aug 2025 14:39:14 +0300 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # 🛡️ DevDarK Proxy Phantom 🚀 **Multi-Target Proxy Verifier + Smart Scoring** Advanced multi-target proxy scanner with smart scoring, async verification, and modern CLI interface. Fetches fresh proxies, verifies against major targets (Google, Cloudflare, DuckDuckGo). --- ## ✨ Features - 🔄 Fetches fresh proxies from multiple live sources. - ✅ Strict verification policy: proxy is marked **ALIVE** only if it passes **2 out of 3** major targets (Google, Cloudflare, DuckDuckGo). - ⚡️ High-performance async scanning using `aiohttp`, with optional `uvloop` acceleration. - 🧠 Smart latency scoring: retain only the fastest and most reliable proxies. - 🎨 Rich-powered CLI with colored tables, progress bars, and scan summaries. - 📤 Exports verified proxies to `prox.txt`. --- ## 📦 Installation Clone the repository and install dependencies: ```bash git clone https://github.com/YOUR_USERNAME/DevProxy.git cd DevProxy pip install -r requirements.txt # DevProxy Advanced multi-target proxy scanner with smart scoring, async verification, and modern CLI interface. Fetches fresh proxies, verifies against major targets (Google, Cloudflare, DuckDuckGo), and exports clean results. --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index 0b4a34e..d68b68f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,31 @@ +# 🛡️ DevDarK Proxy Phantom + +🚀 **Multi-Target Proxy Verifier + Smart Scoring** +Advanced multi-target proxy scanner with smart scoring, async verification, and modern CLI interface. +Fetches fresh proxies, verifies against major targets (Google, Cloudflare, DuckDuckGo). + +--- + +## ✨ Features + +- 🔄 Fetches fresh proxies from multiple live sources. +- ✅ Strict verification policy: proxy is marked **ALIVE** only if it passes **2 out of 3** major targets (Google, Cloudflare, DuckDuckGo). +- ⚡️ High-performance async scanning using `aiohttp`, with optional `uvloop` acceleration. +- 🧠 Smart latency scoring: retain only the fastest and most reliable proxies. +- 🎨 Rich-powered CLI with colored tables, progress bars, and scan summaries. +- 📤 Exports verified proxies to `prox.txt`. + +--- + +## 📦 Installation + +Clone the repository and install dependencies: + +```bash +git clone https://github.com/YOUR_USERNAME/DevProxy.git +cd DevProxy +pip install -r requirements.txt + + # DevProxy Advanced multi-target proxy scanner with smart scoring, async verification, and modern CLI interface. Fetches fresh proxies, verifies against major targets (Google, Cloudflare, DuckDuckGo), and exports clean results.