121 lines
7.7 KiB
Plaintext
121 lines
7.7 KiB
Plaintext
Metadata-Version: 2.1
|
|
Name: mitmproxy
|
|
Version: 12.2.1
|
|
Summary: An interactive, SSL/TLS-capable intercepting proxy for HTTP/1, HTTP/2, and WebSockets.
|
|
Author-email: Aldo Cortesi <aldo@corte.si>
|
|
Maintainer-email: Maximilian Hils <mitmproxy@maximilianhils.com>
|
|
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.
|
|
|
|
Project-URL: Homepage, https://mitmproxy.org
|
|
Project-URL: Source, https://github.com/mitmproxy/mitmproxy/
|
|
Project-URL: Documentation, https://docs.mitmproxy.org/stable/
|
|
Project-URL: Issues, https://github.com/mitmproxy/mitmproxy/issues
|
|
Classifier: License :: OSI Approved :: MIT License
|
|
Classifier: Development Status :: 5 - Production/Stable
|
|
Classifier: Environment :: Console :: Curses
|
|
Classifier: Operating System :: MacOS
|
|
Classifier: Operating System :: POSIX
|
|
Classifier: Operating System :: Microsoft :: Windows
|
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
Classifier: Programming Language :: Python :: 3.12
|
|
Classifier: Programming Language :: Python :: 3.13
|
|
Classifier: Programming Language :: Python :: 3.14
|
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
Classifier: Topic :: Security
|
|
Classifier: Topic :: Internet :: WWW/HTTP
|
|
Classifier: Topic :: Internet :: Proxy Servers
|
|
Classifier: Topic :: System :: Networking :: Monitoring
|
|
Classifier: Topic :: Software Development :: Testing
|
|
Classifier: Typing :: Typed
|
|
Requires-Python: >=3.12
|
|
Description-Content-Type: text/markdown
|
|
License-File: LICENSE
|
|
Requires-Dist: aioquic<=1.2.0,>=1.2.0
|
|
Requires-Dist: argon2-cffi<=25.1.0,>=23.1.0
|
|
Requires-Dist: asgiref<=3.10.0,>=3.2.10
|
|
Requires-Dist: bcrypt<=5.0.0,>=5.0.0
|
|
Requires-Dist: Brotli<=1.2.0,>=1.0
|
|
Requires-Dist: certifi>=2019.9.11
|
|
Requires-Dist: cryptography<=46.1,>=42.0
|
|
Requires-Dist: flask<=3.1.2,>=3.0
|
|
Requires-Dist: h11<=0.16.0,>=0.16.0
|
|
Requires-Dist: h2<=4.3.0,>=4.3.0
|
|
Requires-Dist: hyperframe<=6.1.0,>=6.0
|
|
Requires-Dist: kaitaistruct<=0.11,>=0.10
|
|
Requires-Dist: ldap3<=2.9.1,>=2.8
|
|
Requires-Dist: mitmproxy-rs<0.13,>=0.12.6
|
|
Requires-Dist: msgpack<=1.1.2,>=1.0.0
|
|
Requires-Dist: pyOpenSSL<=25.3.0,>=24.3
|
|
Requires-Dist: pyparsing<=3.2.5,>=2.4.2
|
|
Requires-Dist: pyperclip<=1.11.0,>=1.9.0
|
|
Requires-Dist: ruamel.yaml<=0.18.16,>=0.18.10
|
|
Requires-Dist: sortedcontainers<=2.4.0,>=2.3
|
|
Requires-Dist: tornado<=6.5.2,>=6.5.0
|
|
Requires-Dist: urwid<=3.0.3,>=2.6.14
|
|
Requires-Dist: wsproto<=1.2.0,>=1.0
|
|
Requires-Dist: publicsuffix2<=2.20191221,>=2.20190812
|
|
Requires-Dist: zstandard<=0.25.0,>=0.25
|
|
Requires-Dist: typing-extensions<=4.14,>=4.13.2; python_version < "3.13"
|
|
Requires-Dist: pydivert<=2.1.0,>=2.0.3; sys_platform == "win32"
|
|
|
|
# mitmproxy
|
|
|
|
[](https://github.com/mitmproxy/mitmproxy/actions?query=branch%3Amain)
|
|
[](https://app.codacy.com/gh/mitmproxy/mitmproxy/dashboard)
|
|
[](https://autofix.ci)
|
|
[](https://codecov.io/gh/mitmproxy/mitmproxy)
|
|
[](https://pypi.python.org/pypi/mitmproxy)
|
|
[](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).
|
|
If you want to install from source, see [CONTRIBUTING.md](./CONTRIBUTING.md).
|
|
|
|
## Documentation & Help
|
|
|
|
General information, tutorials, and precompiled binaries can be found on the mitmproxy website.
|
|
|
|
[](https://mitmproxy.org/)
|
|
|
|
The documentation for mitmproxy is available on our website:
|
|
|
|
[](https://docs.mitmproxy.org/stable/)
|
|
[](https://docs.mitmproxy.org/dev/)
|
|
|
|
If you have questions on how to use mitmproxy, please
|
|
use GitHub Discussions!
|
|
|
|
[](https://github.com/mitmproxy/mitmproxy/discussions)
|
|
|
|
## Contributing
|
|
|
|
As an open source project, mitmproxy welcomes contributions of all forms.
|
|
|
|
[](./CONTRIBUTING.md)
|