https://github.com/allproxy/mitmproxy-ui
MITM proxy UI to view and modify the HTTP and HTTPS (SSL) traffic between your machine and the Internet. Also supports reverse proxy protocols: HTTP, HTTPS, MongoDB, Redis, MySQL and gRPC.
https://github.com/allproxy/mitmproxy-ui
debugging grpc http https mitm mitmproxy mysql proxy reverse-proxy ui
Last synced: 10 months ago
JSON representation
MITM proxy UI to view and modify the HTTP and HTTPS (SSL) traffic between your machine and the Internet. Also supports reverse proxy protocols: HTTP, HTTPS, MongoDB, Redis, MySQL and gRPC.
- Host: GitHub
- URL: https://github.com/allproxy/mitmproxy-ui
- Owner: allproxy
- License: mit
- Created: 2023-12-16T03:01:24.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T19:04:25.000Z (about 1 year ago)
- Last Synced: 2024-10-11T18:20:55.537Z (about 1 year ago)
- Topics: debugging, grpc, http, https, mitm, mitmproxy, mysql, proxy, reverse-proxy, ui
- Language: JavaScript
- Homepage: https://allproxy.github.io/mitmproxy-ui/
- Size: 5.13 MB
- Stars: 15
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MITM Proxy UI
MITM debugging proxy UI to view and modify the HTTP and HTTPS (SSL) traffic between your machine and the Internet. Also supports reverse proxy protocols: HTTP, HTTPS, MongoDB, Redis, MySQL and gRPC.




### Install NPM Package
> 1. `npm install -g mitmproxy-ui`
> 2. Run `mitmporoxy-ui`
### Build Package
> 1. Clone repo.
> 2. `npm install` # The production build may take a minute...
> 3. `npm start`
> Open `MITM Proxy` in browser;
> * [localhost:8888/mitmproxy](http://localhost:8888/mitmproxy)
### Updating
The MITM Proxy uses the [allproxy](https://github.com/allproxy/allproxy) package.
To update the `allproxy` npm package run:
> **npm update**
### HTTPS Proxy
MITM Proxy is a man-in-the-middle server that captures the traffic between your application and web server. You can inspect the complete HTTP request and response.

### Advanced Filtering
Use advanced filter criteria to find what you're looking for. Use complex boolean expressions to match the protocol, payload, URL, headers, and just about any part of the request or response message.

### Breakpoints
Set breakpoints to stop the HTTP request and optionally modify it before sending it to the web server.

### Modify and Resend Requests
Modify and resend any captured HTTP requests.

### Reverse Proxy
Resource proxy protocols include: MongoDb, Redis, MySQL, qGRPC, HTTP, HTTPS and TCP.

### Integrated Online Help
The Help modal helps you configure and use the application.






## License
This code is licensed under the [MIT License](https://opensource.org/licenses/MIT).
  