2010-02-16 04:09:07 +00:00
|
|
|
|
2012-02-19 09:43:05 +00:00
|
|
|
## Any tips for running mitmproxy on OSX?
|
2010-02-16 04:09:07 +00:00
|
|
|
|
2011-03-18 23:47:37 +00:00
|
|
|
You can use the OSX <b>open</b> program to create a simple and effective
|
|
|
|
<b>~/.mailcap</b> file to view HTTP bodies:
|
|
|
|
|
|
|
|
<pre>
|
|
|
|
application/*; /usr/bin/open -Wn %s
|
|
|
|
audio/*; /usr/bin/open -Wn %s
|
|
|
|
image/*; /usr/bin/open -Wn %s
|
|
|
|
video/*; /usr/bin/open -Wn %s
|
|
|
|
</pre>
|
2011-01-17 03:14:20 +00:00
|
|
|
|
|
|
|
|
2012-02-19 09:43:05 +00:00
|
|
|
## I'd like to hack on mitmproxy. What should I work on?
|
2011-03-19 06:47:19 +00:00
|
|
|
|
|
|
|
There's a __todo__ file at the top of the source tree that outlines a variety
|
|
|
|
of tasks, from simple to complex. If you don't have your own itch, feel free to
|
|
|
|
scratch one of those!
|