| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
TCP Intercept Proxy is a lightweight interception proxy designed to sit between a client and a remote server.
It allows you to inspect, intercept, and modify raw TCP traffic in real time, with a modern web-based GUI.
This project was generated with AI to experiment with its capabilities.
TLS on both sides
Intercept mode
History log
Message detail view
Web GUI
Clone the repository:
git clone https://github.com/your-username/tcp-intercept-proxy.git
cd tcp-intercept-proxyInstall dependencies:
pip install flask
Run the proxy:
python proxytcp.py [--tls] <listen_host:listen_port> <remote_host:remote_port> [--gui-host 127.0.0.1] [--gui-port 5000]| Back | FazBrowse Home | New Git URL |