Forrest logo
tool overview
On this page you find all important commands for the CLI tool mitmweb. If the command you are looking for is missing please ask our AI.

mitmweb

Mitmweb is a command line tool that is part of the larger "mitmproxy" package. It is a web-based interface for interacting with and inspecting HTTP traffic. The tool allows users to visualize and analyze HTTP messages in a user-friendly way. Mitmweb provides a web-based console with a powerful search functionality for filtering and finding specific requests and responses. It supports various features like live loading of HTTP messages, manual browsing, local file serving, and script execution. Mitmweb provides a real-time updating dashboard that displays the overall transaction count, upstream and downstream data transfer rates, and other statistics. The interface is responsive and allows users to interact with HTTP traffic from any device with a web browser. It allows for the modification of HTTP requests and responses, including editing headers and rewriting content. Mitmweb also enables users to export captured traffic into various formats for further analysis and documentation. The tool has built-in SSL certificate generation and interception capabilities to perform man-in-the-middle attacks for testing and debugging purposes.

List of commands for mitmweb:

  • mitmweb:tldr:0364e mitmweb: Start `mitmweb` with default settings.
    $ mitmweb
    try on your machine
    explain this command
  • mitmweb:tldr:04ab8 mitmweb: Start `mitmweb` bound to a custom address and port.
    $ mitmweb --listen-host ${ip_address} --listen-port ${port}
    try on your machine
    explain this command
  • mitmweb:tldr:74740 mitmweb: Start `mitmweb` using a script to process traffic.
    $ mitmweb --scripts ${path-to-script-py}
    try on your machine
    explain this command
tool overview