GoProxy is a man-in-the-middle (MITM) proxy, it works by intercepting and modifying packets between the client and the server.
To use you must have Go version 1.9 or greater installed.
- clone the project:
go get github.com/InfinityGamers/GoProxy
- navigate to the clone directory
- install dependencies with
go install
- compile it and run it
This will not work on encrypted servers such as LBSG, Mineplex, etc.
At the moment it has very simple features, but I will continue on updating as much as I can.