Commit Graph

11 Commits

Author SHA1 Message Date
emanuele-f
e5930f12f9 Fix PUP VirusTotal misdetection
Zipped app.js in mitmweb caused the misdetection
2024-10-27 18:27:47 +01:00
emanuele-f
8a940d67b9 Update mitmproxy to 11.0.0
This now uses the unmodified mitmproxy package, with all its features
like wireguard mode and QUIC decryption support.

Relevant upstream changes:
- mitmproxy now supports transparent HTTP/3 proxying
- ignore_hosts now waits for the entire HTTP headers if it suspects
  the connection to be HTTP
- Fix regression where ignore_hosts would terminate requests
  instead of forwarding them
- allow_hosts/ignore_hosts option now matches against the full
  host:port string
- Fix a bug when proxying unicode domains
- Fix non-linear growth in processing time for large HTTP bodies
- Fix zstd decompression to read across frames
2024-10-13 18:49:04 +02:00
emanuele-f
ee1509eea3 Bump mitmproxy to 10.1.6+pcapdroid.1
- Fix error when the --ignore-hosts option is used
- Includes fixes from mitmproxy 10.2.x for the allow_hosts/ignore_hosts options
2024-01-28 22:42:08 +01:00
emanuele-f
164edd09c6 Update mitmproxy to 10.1.6
Relevant upstream changes:

- fix a bug where TCP connections were not closed properly
- enable legacy SSL connect when connecting to server
- enable decompressing zstd responses
- HAR files support
- fix certificate generation for punycode domains
- fix certificate generation to work with strict mode OpenSSL 3.x clients
- fix empty cookie attributes being set to Key= instead of Key
2024-01-01 12:57:12 +01:00
emanuele-f
1b7e2df377 Fix build due to msgpack 1.0.7 2023-12-02 17:01:59 +01:00
emanuele-f
4614a71e62 Fix ruamel.yaml version 2023-05-28 11:43:45 +02:00
emanuele-f
ca3103a595 Initial support for mitmproxy 9.0.1 2023-03-24 22:12:30 +01:00
emanuele-f
93e79a411c Update modules 2022-04-19 19:55:27 +02:00
emanuele-f
d2daced534 Migrate to mitmproxy 8.0.0 2022-04-19 16:38:21 +02:00
emanuele-f
655bc26d1e Remove custom wheels, use upstream 2022-02-15 19:48:15 +01:00
emanuele-f
404967a472 Initial commit 2022-02-13 00:20:03 +01:00