mitmproxy 0.6
07 August 2011
I'm happy to announce the release of mitmproxy 0.6, featuring a redesigned scripting API, slew of major new features and a panoply of small bugfixes and improvements.
mitmproxy-0.6.tar.gz
We now have an IRC channel and a mailing list - if you're interested in mitmproxy, come join us!
IRC: #mitmproxy on the OFTC IRC network (irc://irc.oftc.net:6667).
Mailing List: http://groups.google.com/group/mitmproxy
Changelog
- New scripting API that allows much more flexible and fine-grained rewriting of traffic. See the docs for more info.
- Support for gzip and deflate content encodings. A new "z" keybinding in mitmproxy to let us quickly encode and decode content, plus automatic decoding for the "pretty" view mode.
- An event log, viewable with the "v" shortcut in mitmproxy, and the "-e" commandline argument in both mitmproxy and mitmdump.
- Huge performance improvements both in the mitmproxy interface, and loading large numbers of flows from file.
- A new "replace" convenience method for all flow objects, that does a universal regex-based string replacement.
- Header management has been rewritten to maintain both case and order.
- Improved stability for SSL interception.
- Default expiry time on generated SSL certs has been dropped to avoid an OpenSSL overflow bug that caused certificates to expire in the distant past on some systems.
- A "pretty" view mode for JSON and form submission data.
- Expanded documentation and examples.
- Many other small improvements and bugfixes.
Related:
- Introducing mitmproxy: an interactive man-in-the-middle proxy 16 Feb 2010
- mitmproxy: A 30-second client playback example 31 Mar 2011
- mitmproxy 0.5 27 Jun 2011
- mitmproxy 0.4 has been released 30 Mar 2011
- cryp.sr - the next step 17 Jun 2010
More posts:
- Malware 05 Jan 2012
- Visualizing entropy in binary files 04 Jan 2012
- Visualizing binaries with space-filling curves 23 Dec 2011
- How UDIDs are used: a survey 19 May 2011
- De-anonymizing Apple UDIDs with OpenFeint 04 May 2011
- subscount: Counting RSS feed subscribers 02 Apr 2011
- mitmproxy: Breaking Apple's Game Center with replay 31 Mar 2011
- A self-portrait, drawn on an iPad 29 Mar 2011

