Broxy
An HTTP/HTTPS intercept proxy written in Go.
Broxy is an open source intercept proxy written in Go. It makes use of [goproxy](https://github.com/elazarl/goproxy) as core proxy implementation and the interface is implemented with a [Qt wrapper](https://github.com/therecipe/qt) for Go. The project is written primarily in Go, distributed under the GNU General Public License v3.0 license, first published in 2020. It has gained significant community traction with 1,008 stars and 54 forks on GitHub. Key topics include: broxy, go, golang, hacking, http-interceptor.
Broxy
Broxy is an open source intercept proxy written in Go. It makes use of goproxy as core proxy implementation and the interface is implemented with a Qt wrapper for Go.
DISCLAIMER: this is a PoC to understand the feseability of the project. As a result of this test a new project has spawn, named yves.

Features
Broxy is currently a work in progress project. The current version provides the following features:
- Interceptor
- History with filters
- Repeater
- Persistent sessions
Installation
Grab a Binary
Grab a compiled version of Broxy here.
Compiling from Sources
To compile Broxy make sure you have the following installed and properly configured:
Once Go, Qt 5.13 and the Qt wrapper are ready, just do:
go get github.com/rhaidiz/broxy
cd $GOPATH/src/github.com/rhaidiz/broxy
make build
Once the compilation is finished, you'll have the binary inside the folder deploy ... 🤞!
License
Broxy is released under the GPLv3 license.
