Source: mitmproxy
Section: net
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper (>= 9), dh-python, python3, python3-setuptools,
 pandoc,
 python3-blinker (>= 1.4),
 python3-brotli (>= 0.7.0),
 python3-certifi,
 python3-coverage,
 python3-flask (>= 0.10.1),
 python3-h2 (>= 3.0.1),
 python3-hyperframe (>= 5.1.0),
 python3-kaitaistruct (>= 0.7),
 python3-ldap3 (>= 2.4),
 python3-openssl (>= 17.5),
 python3-passlib (>= 1.6.5),
 python3-pyasn1 (>= 0.3.1),
 python3-pyparsing (>= 2.1.3),
 python3-pyperclip (>= 1.6.0),
 python3-pytest,
 python3-pytest-cov,
 python3-pytest-timeout,
 python3-requests (>= 2.9.1),
 python3-ruamel.yaml (>= 0.13.2),
 python3-sortedcontainers (>= 1.5.4),
 python3-tornado (>= 4.3),
 python3-urwid (>= 1.3.1),
 python3-wsproto (>= 0.11.0-2kali1)
Standards-Version: 4.1.1
Vcs-Git: git://git.kali.org/packages/mitmproxy.git
Vcs-Browser: http://git.kali.org/gitweb/?p=packages/mitmproxy.git
Homepage: https://mitmproxy.org

Package: mitmproxy
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
	 fonts-font-awesome (>= 4.2.0~dfsg)
Provides: ${python:Provides}
Breaks: python-netlib (<< 0.17), python-pathod (<< 0.17)
Replaces: python-netlib (<< 0.17), python-pathod (<< 0.17)
Description: SSL-capable man-in-the-middle HTTP proxy
 mitmproxy is an interactive man-in-the-middle proxy for HTTP and HTTPS. It
 provides a console interface that allows traffic flows to be inspected and
 edited on the fly.
 .
 Also shipped is mitmdump, the command-line version of mitmproxy, with
 the same functionality but without the frills. Think tcpdump for
 HTTP.
 .
 Features:
  - intercept and modify HTTP and HTTPS requests and responses and modify them
    on the fly
  - save HTTP conversations for later replay and analysis
  - replay the client-side of an HTTP conversation
  - reverse proxy mode to forward traffic to a specified server
  - transparent proxy mode on OSX and Linux
  - make scripted changes to HTTP traffic using Python
  - SSL/TLS certificates for interception are generated on the fly
  - ...
 .
 This package contains the python-pathod module (previously
 provided by other source package). The python-netlib module was also included
 but it has been dropped by upstream in version 1.0.
