All Projects → AdvancedHacker101 → C-Sharp-Proxy-Server

AdvancedHacker101 / C-Sharp-Proxy-Server

Licence: other
A proxy server built with c# can be both normal and MITM Proxy

Programming Languages

C#
18002 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to C-Sharp-Proxy-Server

mps
MPS is a high-performance HTTP(S) proxy library that supports forward proxies, reverse proxies, man-in-the-middle proxies, tunnel proxies, Websocket proxies. MPS 是一个高性能HTTP(s)中间代理库,它支持正向代理、反向代理、中间人代理、隧道代理、Websocket代理
Stars: ✭ 64 (-25.58%)
Mutual labels:  proxy-server, http-proxy, https-proxy, mitmproxy
firefox-secure-proxy
Standalone wrapper for Firefox Private Network
Stars: ✭ 15 (-82.56%)
Mutual labels:  proxy-server, http-proxy, https-proxy
Free Proxy List
🔥Free proxy servers list / Updated hourly!
Stars: ✭ 326 (+279.07%)
Mutual labels:  proxy-server, http-proxy
Proxy requests
a class that uses scraped proxies to make http GET/POST requests (Python requests)
Stars: ✭ 357 (+315.12%)
Mutual labels:  proxy-server, http-proxy
Mallory
HTTP/HTTPS proxy over SSH
Stars: ✭ 251 (+191.86%)
Mutual labels:  proxy-server, http-proxy
Mubeng
An incredibly fast proxy checker & IP rotator with ease.
Stars: ✭ 234 (+172.09%)
Mutual labels:  proxy-server, http-proxy
FullProxy
Bind and reverse connection based, SOCKS5, HTTP and PortForward based portable proxy
Stars: ✭ 22 (-74.42%)
Mutual labels:  proxy-server, http-proxy
Citadelcore
Cross platform filtering HTTP/S proxy based on .NET Standard 2.0.
Stars: ✭ 28 (-67.44%)
Mutual labels:  proxy-server, http-proxy
Httpproxy
Go HTTP proxy server library
Stars: ✭ 110 (+27.91%)
Mutual labels:  proxy-server, http-proxy
Proxybroker
Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS 🎭
Stars: ✭ 2,767 (+3117.44%)
Mutual labels:  proxy-server, http-proxy
Flynet
A powerful TCP/UDP tool, which support socks5 proxy by tcp and udp, http proxy and NAT traversal. This tool can help you bypass gfw easily
Stars: ✭ 124 (+44.19%)
Mutual labels:  proxy-server, http-proxy
Smartproxy
HTTP(S) Rotating Residential proxies - Code examples & General information
Stars: ✭ 205 (+138.37%)
Mutual labels:  proxy-server, http-proxy
gomitmproxy
Simple golang mitm proxy implementation
Stars: ✭ 70 (-18.6%)
Mutual labels:  proxy-server, mitmproxy
userscript-proxy
HTTP proxy to inject scripts and stylesheets into existing sites.
Stars: ✭ 66 (-23.26%)
Mutual labels:  proxy-server, http-proxy
LiveProxies
Asynchronous proxy checker
Stars: ✭ 17 (-80.23%)
Mutual labels:  proxy-server, http-proxy
Awslambdaproxy
An AWS Lambda powered HTTP/SOCKS web proxy
Stars: ✭ 571 (+563.95%)
Mutual labels:  proxy-server, http-proxy
Proxy.py
⚡⚡⚡Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging
Stars: ✭ 1,291 (+1401.16%)
Mutual labels:  http-proxy, mitmproxy
Goproxy
🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,黑白名单,限速,限流量,限连接数,跨平台,KCP支持,认证API。
Stars: ✭ 11,334 (+13079.07%)
Mutual labels:  http-proxy, https-proxy
Noginx
High performance HTTP and reverse proxy server based on Node.js. 基于 Node.js 的高性能 HTTP 及反向代理服务器,类似nginx。
Stars: ✭ 53 (-38.37%)
Mutual labels:  proxy-server, http-proxy
Beyond
BeyondCorp-inspired Access Proxy. Secure internal services outside your VPN/perimeter network during a zero-trust transition.
Stars: ✭ 151 (+75.58%)
Mutual labels:  proxy-server, http-proxy

C# Proxy Server

This is an open source proxy server for windows machines with .NET Framework installed.
The server can act as a normal proxy server, forwarding all traffic to the destination without any tampering.
But the server can also act as a MITM Proxy Server, intercepting, modifying traffic automatically, or based on patterns.
This program is a console like program.

Using it as Normal:

Type set ip any and press enter, to set the IP of the server to any, open out to the internet.
Then type set port 8080 to set the port of the server to 8080 (most proxy servers use port 8080).
Then type start to start the server, accept any firewall warnings, the server will not work without accepting the firewall pop-up.
That's it, your server is now working normally, to save the current settings type:
save normal - This will create a normal.xml file under the profiles folder.
Any time you close the program and re-open it just type:
load normal - this wil load the previously saved settings.
Loading a settings file will NOT start the server, you need to start it by using the start command
For advanced settings read: Advanced Settings
For MITM stuff read: MITM Mode
Features planned to be added:

  • Capture HTTP Basic Auth Requests
  • SOCKS5 Mode
  • Communication with the C# R.A.T Client

More information

You can read the licence here
You can read the code of conduct here
You can read how to contribute here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].