Skip to content
/ mitmproxy Public
forked from browserup/mitmproxy

An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.

License

Notifications You must be signed in to change notification settings

580/mitmproxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The BrowserUp MITM Proxy

The BrowserUp MITM Proxy allows you to capture HTTP requests, and responses and content, and export performance data as a HAR file.

The BrowserUp MITM Proxy is a fork of the amazing mitmproxy, with an added performance testing, QA and DevOps flavor.

Along with the standard mitmproxy features, the BrowserUp MITM Proxy offers adds a REST control API and native language clients in Java, JavaScript, Python and Ruby. It allows HAR capture (websockets and HTTP/2 too), and provides the ability to verify (assert) about network traffic.

BrowserUp MITM Proxy is especially useful when used with Selenium or Cypress tests.

The REST API is documented here

Getting started:

Clone our fork:

git clone https://github.com/browserup/mitmproxy.git

Follow the mitmproxy certificate setup instructions

Run one of our examples in clients/examples

The standard mitmproxy executables are also shipped, and should work as normal.

BrowserUp is a code contributor to the upstream project, and we hope to continue to support them with code contributions where possible.

Our fork for HAR, and clients are in the browserup addons.s

mitmproxy/tree/main/mitmproxy/addons/browserup/ mitmproxy/tree/main/test/mitmproxy/addons/browserup

The standard MITMProxy documentation follows below.


mitmproxy

Continuous Integration Status Coverage Status Latest Version Supported Python versions

mitmproxy is an interactive, SSL/TLS-capable intercepting proxy with a console interface for HTTP/1, HTTP/2, and WebSockets.

mitmdump is the command-line version of mitmproxy. Think tcpdump for HTTP.

mitmweb is a web-based interface for mitmproxy.

Installation

The installation instructions are here. If you want to install from source, see CONTRIBUTING.md.

Documentation & Help

General information, tutorials, and precompiled binaries can be found on the mitmproxy website.

mitmproxy.org

The documentation for mitmproxy is available on our website:

mitmproxy documentation stable mitmproxy documentation dev

If you have questions on how to use mitmproxy, please ask them on StackOverflow!

StackOverflow: mitmproxy

Contributing

As an open source project, mitmproxy welcomes contributions of all forms.

Dev Guide

Also, please feel free to join our developer Slack!

Slack Developer Chat

About

An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 66.9%
  • JavaScript 11.5%
  • Ruby 6.6%
  • Java 4.0%
  • CSS 3.5%
  • TypeScript 3.3%
  • Other 4.2%