Socket
Socket
Sign inDemoInstall

mitmproxy-ui

Package Overview
Dependencies
1
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mitmproxy-ui

MITM Debug Proxy UI


Version published
Weekly downloads
7
decreased by-90.67%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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.

image image image

Alt text

Try MITM Proxy Online

To try a readonly demo:

  • Click Try it out
  • On the left side panel click the Restore Session button
  • From the Restore Session Modal click Restore to restore a sample session

You may also make some local configuration changes:

  • Edit Queries

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;

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. Alt text

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. Alt text

Breakpoints

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

Modify and Resend Requests

Modify and resend any captured HTTP requests. Alt text

Reverse Proxy

Resource proxy protocols include: MongoDb, Redis, MySQL, qGRPC, HTTP, HTTPS and TCP. Alt text

Integrated Online Help

The Help modal helps you configure and use the application. Alt text

image image image image image

License

This code is licensed under the MIT License.

image image image

Keywords

FAQs

Last updated on 21 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc