Skip to content

Commit

Permalink
Mention mitmproxy's --read-flows option in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vfaronov committed Aug 2, 2016
1 parent a2f8a83 commit 7153623
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,11 @@ You can use the ``-s`` option to :ref:`silence <silence>` unwanted notices,
just as with the ``httpolice`` command-line tool::

$ mitmdump -s "`python -m mitmproxy_httpolice` -s 1089 -s 1194 report.txt"

mitmproxy/mitmdump itself has many interesting options.
One of the more useful features is the ability to dump traffic into a file.
If you do this, you can then “replay” it as many times as you wish::

$ mitmdump --wfile flows.dat
$ mitmdump --no-server --read-flows flows.dat \\
> -s "`python -m mitmproxy_httpolice` /dev/stdout"

0 comments on commit 7153623

Please sign in to comment.