Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image

⚡RedProxy: High-Speed Multi-Threaded Proxy Recon & Validation Tool

demo

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.

🚀 Key Features

  • High-Speed Threading: Uses native .NET Runspace Pools (30+ parallel threads) without relying on PS7 -Parallel dependencies.
  • 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 .txt target lists for automation tools alongside structured .csv reports for detailed metrics.

📋 Requirements

  • Windows PowerShell 5.1 or PowerShell 7+
  • No external modules required (Uses pure native .NET assemblies)

🔧 Usage

  1. Clone the repository:
    git clone https://github.com/Drag0nSlay/RedProxy.git
    cd RedProxy
  2. Execute the script
    .\RedProxy.ps1
    

Output Example

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

About

High-performance, multi-threaded PowerShell proxy scraper & validator designed for Red Team recon and network automation. Built with native .NET Runspace Pools for real-time speed, latency, and uptime analysis.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages