48 lines
2.2 KiB
Markdown
48 lines
2.2 KiB
Markdown
|
# mitmproxy
|
||
|
|
||
|
[![Continuous Integration Status](https://github.com/mitmproxy/mitmproxy/workflows/CI/badge.svg?branch=master)](https://github.com/mitmproxy/mitmproxy/actions?query=branch%3Amaster)
|
||
|
[![Coverage Status](https://shields.mitmproxy.org/codecov/c/github/mitmproxy/mitmproxy/master.svg?label=codecov)](https://codecov.io/gh/mitmproxy/mitmproxy)
|
||
|
[![Latest Version](https://shields.mitmproxy.org/pypi/v/mitmproxy.svg)](https://pypi.python.org/pypi/mitmproxy)
|
||
|
[![Supported Python versions](https://shields.mitmproxy.org/pypi/pyversions/mitmproxy.svg)](https://pypi.python.org/pypi/mitmproxy)
|
||
|
|
||
|
|
||
|
``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](https://docs.mitmproxy.org/stable/overview-installation).
|
||
|
|
||
|
## Documentation & Help
|
||
|
|
||
|
General information, tutorials, and precompiled binaries can be found on the mitmproxy website.
|
||
|
|
||
|
[![mitmproxy.org](https://shields.mitmproxy.org/badge/https%3A%2F%2F-mitmproxy.org-blue.svg)](https://mitmproxy.org/)
|
||
|
|
||
|
The documentation for mitmproxy is available on our website:
|
||
|
|
||
|
[![mitmproxy documentation stable](https://shields.mitmproxy.org/badge/docs-stable-brightgreen.svg)](https://docs.mitmproxy.org/stable/)
|
||
|
[![mitmproxy documentation master](https://shields.mitmproxy.org/badge/docs-master-brightgreen.svg)](https://docs.mitmproxy.org/master/)
|
||
|
|
||
|
If you have questions on how to use mitmproxy, please
|
||
|
ask them on StackOverflow!
|
||
|
|
||
|
[![StackOverflow: mitmproxy](https://shields.mitmproxy.org/stackexchange/stackoverflow/t/mitmproxy?color=orange&label=stackoverflow%20questions)](https://stackoverflow.com/questions/tagged/mitmproxy)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
## Contributing
|
||
|
|
||
|
As an open source project, mitmproxy welcomes contributions of all forms.
|
||
|
|
||
|
[![Dev Guide](https://shields.mitmproxy.org/badge/dev_docs-CONTRIBUTING.md-blue)](./CONTRIBUTING.md)
|
||
|
|
||
|
Also, please feel free to join our developer Slack!
|
||
|
|
||
|
[![Slack Developer Chat](https://shields.mitmproxy.org/badge/slack-mitmproxy-E01563.svg)](http://slack.mitmproxy.org/)
|