mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 18:57:22 +00:00
mirror of https://github.com/vee1e/mitmproxy - An interactive TLS-capable intercepting HTTP proxy for penet
- Create a "dev" script to create a virtualenv-based dev environment - Update the docs to remove non-virtualenv install recommendations - Update osx-binaries generation to use virtualenv TODO: - The dev script or an equivalent should be made to work on Windows - We still can't remove the annoying top-level command scripts, because pyinstaller doesn't support entry points. Once it does, they can go. |
||
|---|---|---|
| doc-src | ||
| examples | ||
| libmproxy | ||
| release | ||
| test | ||
| web | ||
| .coveragerc | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| CHANGELOG | ||
| CONTRIBUTING.md | ||
| CONTRIBUTORS | ||
| dev | ||
| LICENSE | ||
| MANIFEST.in | ||
| mitmdump | ||
| mitmproxy | ||
| mitmweb | ||
| README.mkd | ||
| README.txt | ||
| requirements.txt | ||
| setup.py | ||
**mitmproxy** is an interactive, SSL-capable man-in-the-middle proxy for HTTP with a console interface. **mitmdump** is the command-line version of mitmproxy. Think tcpdump for HTTP. **libmproxy** is the library that mitmproxy and mitmdump are built on. Complete documentation and a set of practical tutorials is included in the distribution package, and is also available at mitmproxy.org_. .. _mitmproxy.org: http://mitmproxy.org