System Grab Bag

View all TLDR pages from common (or from all pages)

mitmdump

View, record, and programmatically transform HTTP traffic. The command-line counterpart to mitmproxy. More information: https://docs.mitmproxy.org/stable/overview-tools/#mitmdump.
  • Start a proxy and save all output to a file:
    mitmdump -w {{path/to/file}}
  • Filter a saved traffic file to just POST requests:
    mitmdump -nr {{input_filename}} -w {{output_filename}} "{{~m post}}"
  • Replay a saved traffic file:
    mitmdump -nc {{path/to/file}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.