Skip to content

Releases: emanuele-f/PCAPdroid-mitm

v1.1

28 Jan 21:48
Compare
Choose a tag to compare

Bump mitmproxy to 10.1.6+pcapdroid.1. Fixes the following errors of the v1.0 release.

  • Fix error when the --ignore-hosts option is used
  • Backport fixes from mitmproxy 10.2.x for the allow_hosts/ignore_hosts options
  • Fix loading of user addons

v1.0

01 Jan 16:28
Compare
Choose a tag to compare
v1.0 Pre-release
Pre-release

NOTE: don't install this, as it's only a preview. It won't work with PCAPdroid 1.6.x

  • mitmproxy 10.1.6
  • ask to disable battery optimization (Doze), sometimes causing connections to get stuck
  • Android SDK 34

This release bundles mitmproxy 10.1.6. Relevant 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

v0.16

02 Dec 16:41
Compare
Choose a tag to compare

NOTE: don't install this, as it's only a preview. It won't work with PCAPdroid 1.6.x

  • Remove the mitm permission, to avoid confusion and possible issues with GrapheneOS
  • Add ability to load custom mitmproxy addons from a user directory (experimental)

v0.15

06 Jun 10:13
Compare
Choose a tag to compare

Add Js injector to inject Javascript into web pages

v0.14

28 Mar 09:42
Compare
Choose a tag to compare
  • Add main activity with addon runtime info. It can be started manually as workaround for background service execution issues

v0.13

26 Mar 13:20
Compare
Choose a tag to compare
  • Upgrade mitmproxy to 9.0.1
  • Switch from Python 3.8 to 3.10 (required by newer mitmproxy). Fresh libraries (e.g. OpenSSL 3.x) are now used
  • Upgrade chaquopy to 14.0.2

v0.12

16 Dec 00:12
Compare
Choose a tag to compare

v0.11

28 Nov 08:57
Compare
Choose a tag to compare

Ability to provide custom mitmproxy options

v0.10

24 Nov 12:06
Compare
Choose a tag to compare

Export logs via the API

v0.9

03 Aug 09:41
Compare
Choose a tag to compare

Move to open source chaquopy