8000 GitHub - InterceptSuite/ProxyBridge: Redirect any Windows/MacOS TCP and UDP traffic to HTTP/Socks5 proxy
[go: up one dir, main page]

Skip to content

InterceptSuite/ProxyBridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ProxyBridge

ProxyBridge Logo

ProxyBridge is a lightweight, open-source universal proxy client (Proxifier alternative) that provides transparent proxy routing for applications on Windows and macOS. It redirects TCP and UDP traffic from specific processes through SOCKS5 or HTTP proxies, with the ability to route, block, or allow traffic on a per-application basis. ProxyBridge fully supports both TCP and UDP proxy routing and works at the system level, making it compatible with proxy-unaware applications without requiring any configuration changes.

πŸš€ Need advanced traffic analysis? Check out InterceptSuite - our comprehensive MITM proxy for analyzing TLS, TCP, UDP, DTLS traffic. Perfect for security testing, network debugging, and system administration!

Sponsor Anof-cyber

Table of Contents

Features

  • Cross-platform - Available for Windows and macOS
  • Dual interface - Feature-rich GUI and powerful CLI for all use cases
  • Process-based traffic control - Route, block, or allow traffic for specific applications
  • Universal compatibility - Works with proxy-unaware applications
  • Multiple proxy protocols - Supports SOCKS5 and HTTP proxies
  • System-level interception - Reliable packet capture at kernel/network extension level
  • No configuration needed - Applications work without any modifications
  • Protocol agnostic - Compatible with TCP and UDP protocols (HTTP/HTTPS, HTTP/3, databases, RDP, SSH, games, DTLS, DNS, etc.)
  • Traffic blocking - Block specific applications from accessing the internet or any network (LAN, localhost, etc.)
  • Flexible rules - Direct connection, proxy routing, or complete blocking per process
  • Advanced rule configuration - Target specific processes, IPs, ports, protocols (TCP/UDP), and hostnames with wildcard support
  • Process exclusion - Prevent proxy loops by excluding proxy applications
  • Import/Export rules - Share rule configurations across systems with JSON-based import/export

Platform Documentation

Sponsor Anof-cyber

Platform Documentation

ProxyBridge is available for both Windows and macOS, with platform-specific implementations:

  • Technology: WinDivert for kernel-level packet interception
  • Installer: Available from Releases
  • Requirements: Windows 10 or later (64-bit), Administrator privileges
  • GUI: Avalonia-based modern interface
  • CLI: Full-featured command-line tool with rule file support
  • Technology: Network Extension framework with transparent proxy
  • Distribution: Direct download (.pkg installer) from Releases
  • Requirements: macOS 13.0 (Ventura) or later, Apple Silicon (ARM) or Intel
  • GUI: Native SwiftUI interface

Screenshots

macOS

ProxyBridge macOS Main Interface
ProxyBridge GUI - Main Interface

Proxy Settings macOS
Proxy Settings Configuration

Proxy Rules macOS
Proxy Rules Management

Add/Edit Rule macOS
Add/Edit Proxy Rule

Windows

GUI

ProxyBridge Windows Main Interface
ProxyBridge GUI - Main Interface

Proxy Settings
Proxy Settings Configuration

Proxy Rules
Proxy Rules Management

Add/Edit Rule
Add/Edit Proxy Rule

CLI

ProxyBridge CLI
ProxyBridge CLI Interface

Use Cases

  • Redirect proxy-unaware applications (games, desktop apps) through InterceptSuite/Burp Suite for security testing
  • Route specific applications through Tor, SOCKS5 or HTTP proxies
  • Intercept and analyze traffic from applications that don't support proxy configuration
  • Test application behavior under different network conditions
  • Analyze protocols and communication patterns

License

MIT License - See LICENSE file for details

Author

Sourav Kalal / InterceptSuite

Credits

Windows Implementation: This project is built on top of WinDivert by basil00. WinDivert is a powerful Windows packet capture and manipulation library that makes kernel-level packet interception possible. Special thanks to the WinDivert project for providing such a robust foundation.

Based on the StreamDump example from WinDivert: https://reqrypt.org/samples/streamdump.html

The Windows GUI is built using Avalonia UI - a cross-platform XAML-based UI framework for .NET, enabling a modern and responsive user interface.

macOS Implementation: Built using Apple's Network Extension framework for transparent proxy capabilities on macOS.

0