aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/mitmproxy.html
blob: da4c2a82cbc7a231cc4fbb5e2b6e4cc8a56c0523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
__mitmproxy__ is a console tool that allows interactive examination and
modification of HTTP traffic. 

## Connection list

<img src="@!urlTo("screenshots/mitmproxy.png")!@"/>


- Looking at the connection list, we can see that we visited __gmail.com__,
which then returned a 301 redirect.
- The statusbar tells us that there are 11 flows in the list, and that we're
currently using the "pretty" view mode.
- Also visible is the __Event log__, which can be toggled on and off with the
__v__ keyboard shortcut. This displays events like client connection
information, errors, and script output.