Contents

mitmproxy 10.2.4

0

An interactive, SSL/TLS-capable intercepting proxy for HTTP/1, HTTP/2, and WebSockets.

An interactive, SSL/TLS-capable intercepting proxy for HTTP/1, HTTP/2, and WebSockets.

Stars: 34041, Watchers: 34041, Forks: 3871, Open Issues: 328

The mitmproxy/mitmproxy repo was created 14 years ago and the last code push was 12 hours ago.
The project is extremely popular with a mindblowing 34041 github stars!

How to Install mitmproxy

You can install mitmproxy using pip

pip install mitmproxy

or add it to a project with poetry

poetry add mitmproxy

Package Details

Author
License
Copyright (c) 2013, Aldo Cortesi. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Homepage
PyPi:
https://pypi.org/project/mitmproxy/
Documentation:
https://docs.mitmproxy.org/stable/
GitHub Repo:
https://github.com/mitmproxy/mitmproxy

Classifiers

  • Internet/Proxy Servers
  • Internet/WWW/HTTP
  • Security
  • Software Development/Testing
  • System/Networking/Monitoring
No  mitmproxy  pypi packages just yet.

Errors

A list of common mitmproxy errors.

Code Examples

Here are some mitmproxy code examples and snippets.

GitHub Issues

The mitmproxy package has 328 open issues on GitHub

  • Save streamed data
  • Rotate stream files
  • Add support for protoc.
  • Request/Response/Detail tab is initially scrolled to the bottom
  • Set-Cookie header not set properly when cookies are modified
  • Parse set header cookies properly
  • CLI options should take precedence over config ones
  • Cannot be set ldap port
  • Refactor how we process --set options
  • Change connect/disconnect log messages loglevel from info to debug
  • Allow Server SNI Interrogation in Transparent Mode
  • Automatically add FQDNs using Pinned Certs to the Ignored Hosts regex
  • 5010 fix config string options parsing, add E2E test
  • AssertionError: Unexpected event: <InformationalResponseReceived
  • Google Summer of Code 2022

See more issues on GitHub

Related Packages & Articles

hstspreload 2024.3.1

The hstspreload Python package provides a way to interact with the Chromium HSTS preload list, which is a list of sites that are hardcoded to be HTTPS only for enhanced security. This package allows users to check if a host is on this list, indicating that it should only be accessed via HTTPS. It is updated monthly, but can be manually updated if necessary.

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.

jupyter-server-proxy 4.1.2

A Jupyter server extension to run additional processes and proxy to them that comes bundled JupyterLab extension to launch pre-defined processes.

icecream 2.1.3

Never use print() to debug again; inspect variables, expressions, and program execution with a single, simple function call.

Hypercorn 0.16.0

A ASGI Server based on Hyper libraries and inspired by Gunicorn