Skip to content

Commit a40fd48

Browse files
author
Advanced Hacker 101
authored
Create README.md
1 parent dadb555 commit a40fd48

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# C\# Proxy Server
2+
This is an open source proxy server for windows machines with .NET Framework installed.
3+
The server can act as a normal proxy server, forwarding all traffic to the destination without any tampering.
4+
But the server can also act as a MITM Proxy Server, intercepting, modifying traffic automatically, or based on patterns.
5+
This program is a console like program.
6+
## Using it as Normal:
7+
Type `set ip any` and press enter, to set the IP of the server to any, open out to the internet.
8+
Then type `set port 8080` to set the port of the server to 8080 (most proxy servers use port 8080).
9+
Then type `start` to start the server, accept any firewall warnings, the server will not work without accepting the firewall pop-up.
10+
That's it, your server is now working normally, to save the current settings type:
11+
`save normal` - This will create a normal.xml file under the profiles folder.
12+
Any time you close the program and re-open it just type:
13+
`load normal` - this wil load the previously saved settings.
14+
**Loading a settings file will NOT start the server, you need to start it by using the start command**
15+
For advanced settings read: [Advanced Settings]()
16+
For MITM stuff read: [MITM Mode]()

0 commit comments

Comments
 (0)