Skip to content

Releases: synchronizing/mitm

v1.5.0

01 May 00:10
Compare
Choose a tag to compare
  • Added support for multiheaders - header keys with multiple values.

v1.4.3

29 Apr 16:10
e883a29
Compare
Choose a tag to compare
  • Fixed bug where protocol search would not stop after finding working protocol.
  • Upgraded PyOpenSSL version.

v1.4.2

25 Nov 20:30
760062b
Compare
Choose a tag to compare
  • Fixed default X509 serial number value.

v1.4.1

11 Jun 04:15
5737a85
Compare
Choose a tag to compare
  • Addressed all PyLint issues.
  • Added mitm.__version__.
  • Minor docs improvement.

v.1.4.0

10 Jun 20:55
6a9eda4
Compare
Choose a tag to compare
  • Added tests and coverage.
  • Improved performance.
    • Added lru_cache to CertificateAuthority.new_context function.

v1.3

22 May 20:32
Compare
Choose a tag to compare
  • Added CertificateAuthority support.

v1.2.2

06 Jan 04:17
Compare
Choose a tag to compare
  • Updated documentation.
  • Bumped httpq.

v1.2.1

05 Jan 14:06
Compare
Choose a tag to compare
  • Locked toolbox and httpq versions in requirements.txt.

v1.2.0

05 Jan 05:31
Compare
Choose a tag to compare
  • Split apart Protocol into two separate functions - resolve_destination and connect.
  • Fixed bugs relating to Toolbox.

Todo:

  • Documentation needs to be updated.
  • Begin locking mitm to specific toolbox versioning.

v1.0.1

30 Nov 17:26
Compare
Choose a tag to compare
  • Updated PyOpenSSL to latest version.
  • Updated RSA key length to 2048.