From 2f5de240988db1e5d4f799bd7f66225ad2063841 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 17 Jan 2011 16:14:20 +1300 Subject: Add FAQ entry for installing globally trusted certs for pentesting Windows apps. --- doc-src/02-docstyle.css | 6 ++++++ doc-src/faq.html | 54 +++++++++++++++++++++++++++++++++++++++++++++++++ doc-src/index.py | 5 +++-- 3 files changed, 63 insertions(+), 2 deletions(-) diff --git a/doc-src/02-docstyle.css b/doc-src/02-docstyle.css index 7d33b861..236bfc52 100644 --- a/doc-src/02-docstyle.css +++ b/doc-src/02-docstyle.css @@ -93,3 +93,9 @@ a { font-size: 1.1em; font-weight: bold; } + +pre { + padding: 10px; + background-color: #e0e0e0; + margin: 10px; +} diff --git a/doc-src/faq.html b/doc-src/faq.html index 8b0a3ff5..253d32a3 100644 --- a/doc-src/faq.html +++ b/doc-src/faq.html @@ -14,4 +14,58 @@ components are hanging. Visit the relevant domains using your browser, and add a certificate trust exception for each one.

+ +

I'm pentesting an non-browser app that checks SSL + certificate validity. How do I make it trust the MITMProxy certificate?

+ + +

Here's a quick and easy procedure you can use for Windows 7, as long as + the app in question uses the global Windows certificate repository.

+ + + + + diff --git a/doc-src/index.py b/doc-src/index.py index 2b6dde6a..1ff22108 100644 --- a/doc-src/index.py +++ b/doc-src/index.py @@ -1,10 +1,11 @@ import countershape -from countershape import Page, Directory, PythonModule +from countershape import Page, Directory, PythonModule, markup import countershape.grok + this.layout = countershape.Layout("_layout.html") -this.markup = "markdown" ns.docTitle = "mitmproxy" +this.markup = markup.Markdown() ns.docMaintainer = "Aldo Cortesi" ns.docMaintainerEmail = "aldo@corte.si" ns.copyright = "Aldo Cortesi 2010" -- cgit v1.2.3