AllProxy: MITM HTTP Debugging Tool.
npm install allproxyMITM debugging proxy with a web GUI to view and modify all of the HTTP and HTTPS (SSL) traffic between your machine and the Internet. Also supports reverse proxy protocols: HTTP, HTTPS, MongoDB, Redis, MySQL and gRPC.
Also imports JSON logs to make them human readable.
> Options:
> 1. Install NPM package: npm install -g allproxy
> * Run: allproxy or allproxy_win.bat
> 2. Clone repo and run: npm install && npm run build && npm start
> 3. Docker container:
> * docker build -t allproxy .
> * docker run --name allproxy -i -t -v ~/.allproxy:/root/.allproxy -v ~/Downloads:/root/Downloads -p 8888:8888 allproxy
> Open allproxy in browser;
> * localhost:8888/allproxy
NOTE:
It is recommended that Use hardware acceleration when available is disabled on Chrome.
See the Releases to download an Electron Applications for MacOS, Linux and Windows.
JSON structured logs can be viewed in a human readable format. See jlogviewer for more details.
!image
!image
!image
!image
!image
This code is licensed under the MIT License.