2014-01-27 01:16:23 +00:00
|
|
|
<ul class="nav nav-list">
|
|
|
|
$!nav(idxpath, this, state)!$
|
|
|
|
$!nav("install.html", this, state)!$
|
|
|
|
$!nav("howmitmproxy.html", this, state)!$
|
|
|
|
|
|
|
|
<li class="nav-header">Tools</li>
|
|
|
|
$!nav("mitmproxy.html", this, state)!$
|
|
|
|
$!nav("mitmdump.html", this, state)!$
|
|
|
|
|
|
|
|
<li class="nav-header">Features</li>
|
|
|
|
$!nav("anticache.html", this, state)!$
|
|
|
|
$!nav("clientreplay.html", this, state)!$
|
|
|
|
$!nav("filters.html", this, state)!$
|
2014-03-13 23:02:00 +00:00
|
|
|
$!nav("upstreamproxy.html", this, state)!$
|
2014-01-27 01:16:23 +00:00
|
|
|
$!nav("proxyauth.html", this, state)!$
|
|
|
|
$!nav("replacements.html", this, state)!$
|
|
|
|
$!nav("serverreplay.html", this, state)!$
|
|
|
|
$!nav("setheaders.html", this, state)!$
|
|
|
|
$!nav("sticky.html", this, state)!$
|
|
|
|
$!nav("reverseproxy.html", this, state)!$
|
|
|
|
$!nav("upstreamcerts.html", this, state)!$
|
|
|
|
|
|
|
|
<li class="nav-header">Installing Certificates</li>
|
|
|
|
$!nav("ssl.html", this, state)!$
|
2014-01-28 00:24:11 +00:00
|
|
|
$!nav("certinstall/webapp.html", this, state)!$
|
2014-01-27 01:16:23 +00:00
|
|
|
$!nav("certinstall/android.html", this, state)!$
|
|
|
|
$!nav("certinstall/firefox.html", this, state)!$
|
|
|
|
$!nav("certinstall/ios.html", this, state)!$
|
|
|
|
$!nav("certinstall/ios-simulator.html", this, state)!$
|
2014-01-27 01:45:20 +00:00
|
|
|
$!nav("certinstall/java.html", this, state)!$
|
2014-01-27 01:16:23 +00:00
|
|
|
$!nav("certinstall/osx.html", this, state)!$
|
|
|
|
$!nav("certinstall/windows7.html", this, state)!$
|
|
|
|
|
|
|
|
<li class="nav-header">Transparent Proxying</li>
|
|
|
|
$!nav("transparent.html", this, state)!$
|
|
|
|
$!nav("transparent/linux.html", this, state)!$
|
|
|
|
$!nav("transparent/osx.html", this, state)!$
|
|
|
|
|
|
|
|
<li class="nav-header">Scripting mitmproxy</li>
|
|
|
|
$!nav("scripting/inlinescripts.html", this, state)!$
|
|
|
|
$!nav("scripting/libmproxy.html", this, state)!$
|
|
|
|
|
|
|
|
<li class="nav-header">Tutorials</li>
|
|
|
|
$!nav("tutorials/30second.html", this, state)!$
|
|
|
|
$!nav("tutorials/gamecenter.html", this, state)!$
|
|
|
|
$!nav("tutorials/transparent-dhcp.html", this, state)!$
|
|
|
|
|
|
|
|
<li class="nav-header">Hacking</li>
|
|
|
|
$!nav("dev/testing.html", this, state)!$
|
|
|
|
</ul>
|