mitmproxy-ui
v3.51.12
Published
MITM Debug Proxy UI
Downloads
111
Maintainers
Readme
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
npm install -g mitmproxy-ui
- Run
mitmporoxy-ui
Build Package
- Clone repo.
npm install
# The production build may take a minute...npm start
Open
MITM Proxy
in browser;
Updating
The MITM Proxy uses the 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.