A high-performance, asynchronous HTTP/S proxy scraper and validator built for Windows PowerShell 5.1 and PowerShell 7+.
It utilizes Runspace Pools for multi-threading to validate hundreds of public proxies in seconds, measuring real-time latency, download speed, upload speed, and HTTP uptime.
- High-Speed Threading: Uses native .NET Runspace Pools (30+ parallel threads) without relying on PS7
-Paralleldependencies. - Smart Socket & HTTP Failovers: Performs fast TCP pre-checks and multi-endpoint latency verification (
httpbin.org,google.com,1.1.1.1). - Real-time Terminal Streaming: Filters out dead nodes and live-streams working proxies to the console.
- Automated Export: Generates clean
.txttarget lists for automation tools alongside structured.csvreports for detailed metrics.
- Windows PowerShell 5.1 or PowerShell 7+
- No external modules required (Uses pure native .NET assemblies)
- Clone the repository:
git clone https://github.com/Drag0nSlay/RedProxy.git cd RedProxy
- Execute the script
.\RedProxy.ps1
PROXY IP:PORT | LATENCY | DOWNLOAD | UPLOAD | STATUS
--------------------------------------------------------------------------------
178.212.144.7:80 | 417.22 ms | 77.67 KB/s | 4.8 KB/s | UP
14.238.8.63:9090 | 985.5 ms | 28.97 KB/s | 7.54 KB/s | UP

