2013-01-01 01:09:43 +00:00
|
|
|
<div class="navbar">
|
|
|
|
<div class="navbar-inner">
|
|
|
|
<div class="container-fluid">
|
|
|
|
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
</a>
|
|
|
|
<a class="brand" href="@!urlTo("/index.html")!@">mitmproxy 0.9 docs</a>
|
|
|
|
</div><!--/.nav-collapse -->
|
2010-02-16 04:09:07 +00:00
|
|
|
</div>
|
2013-01-01 01:09:43 +00:00
|
|
|
</div>
|
2010-02-16 04:09:07 +00:00
|
|
|
</div>
|
2013-01-01 01:09:43 +00:00
|
|
|
|
|
|
|
<div class="container-fluid">
|
|
|
|
<div class="row-fluid">
|
|
|
|
<div class="span3">
|
|
|
|
<div class="well sidebar-nav">
|
2013-01-01 02:55:15 +00:00
|
|
|
<ul class="nav nav-list">
|
2013-01-01 03:35:52 +00:00
|
|
|
$!nav("index.html", this, state)!$
|
2013-01-01 02:55:15 +00:00
|
|
|
$!nav("install.html", this, state)!$
|
2013-01-03 04:26:59 +00:00
|
|
|
$!nav("howmitmproxy.html", this, state)!$
|
2013-01-01 02:55:15 +00:00
|
|
|
$!nav("faq.html", this, state)!$
|
2013-01-01 01:09:43 +00:00
|
|
|
|
2013-01-03 04:26:59 +00:00
|
|
|
<li class="nav-header">Tools</li>
|
|
|
|
$!nav("mitmproxy.html", this, state)!$
|
|
|
|
$!nav("mitmdump.html", this, state)!$
|
|
|
|
|
2013-01-01 02:55:15 +00:00
|
|
|
<li class="nav-header">Features</li>
|
2013-01-03 04:26:59 +00:00
|
|
|
$!nav("anticache.html", this, state)!$
|
|
|
|
$!nav("clientreplay.html", this, state)!$
|
|
|
|
$!nav("filters.html", this, state)!$
|
|
|
|
$!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)!$
|
2013-01-01 01:09:43 +00:00
|
|
|
|
2013-01-01 02:55:15 +00:00
|
|
|
<li class="nav-header">SSL interception</li>
|
2013-01-03 04:26:59 +00:00
|
|
|
$!nav("ssl.html", this, state)!$
|
|
|
|
$!nav("certinstall/firefox.html", this, state)!$
|
|
|
|
$!nav("certinstall/osx.html", this, state)!$
|
|
|
|
$!nav("certinstall/windows7.html", this, state)!$
|
|
|
|
$!nav("certinstall/ios.html", this, state)!$
|
|
|
|
$!nav("certinstall/android.html", this, state)!$
|
2013-01-01 01:09:43 +00:00
|
|
|
|
2013-01-01 02:55:15 +00:00
|
|
|
<li class="nav-header">Transparent Proxying</li>
|
2013-01-03 04:26:59 +00:00
|
|
|
$!nav("transparent.html", this, state)!$
|
|
|
|
$!nav("transparent/linux.html", this, state)!$
|
|
|
|
$!nav("transparent/osx.html", this, state)!$
|
2013-01-01 01:09:43 +00:00
|
|
|
|
2013-01-01 02:55:15 +00:00
|
|
|
<li class="nav-header">Tutorials</li>
|
2013-01-03 04:26:59 +00:00
|
|
|
$!nav("tutorials/30second.html", this, state)!$
|
|
|
|
$!nav("tutorials/gamecenter.html", this, state)!$
|
2013-01-01 01:09:43 +00:00
|
|
|
|
2013-01-01 02:55:15 +00:00
|
|
|
<li class="nav-header">Scripting mitmproxy</li>
|
2013-01-03 04:26:59 +00:00
|
|
|
$!nav("scripting/inlinescripts.html", this, state)!$
|
|
|
|
$!nav("scripting/libmproxy.html", this, state)!$
|
2013-01-01 02:55:15 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-01-01 01:09:43 +00:00
|
|
|
|
|
|
|
<div class="span9">
|
2013-01-02 01:02:41 +00:00
|
|
|
<div class="page-header">
|
2013-01-01 03:35:52 +00:00
|
|
|
<h1>@!this.title!@</h1>
|
2013-01-02 01:02:41 +00:00
|
|
|
</div>
|
2013-01-01 01:09:43 +00:00
|
|
|
$!body!$
|
2013-01-01 02:55:15 +00:00
|
|
|
</div>
|
|
|
|
|
2013-01-01 01:09:43 +00:00
|
|
|
</div><!--/row-->
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
<p>@!copyright!@</p>
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
</div><!--/.fluid-container-->
|