mitmweb
TLDR
Start web interface
$ mitmweb
Specify port$ mitmweb --web-port [8081] --listen-port [8080]
Save flows$ mitmweb -w [flows.mitm]
Load flows$ mitmweb -r [flows.mitm]
Upstream proxy$ mitmweb --mode upstream:[http://proxy:8080]
Transparent mode$ mitmweb --mode transparent
SYNOPSIS
mitmweb [options]
DESCRIPTION
mitmweb is mitmproxy with a web interface. It intercepts and inspects HTTP/HTTPS traffic.
The tool provides visual flow inspection. Used for debugging and security testing.
mitmweb provides web-based proxy.
PARAMETERS
--web-port PORT
Web interface port.--listen-port PORT
Proxy listen port.-w FILE
Write flows to file.-r FILE
Read flows from file.--mode MODE
Proxy mode.--help
Display help information.
CAVEATS
HTTPS needs certificate. Security tool. Browser-based interface.
HISTORY
mitmweb is part of mitmproxy project, providing a web-based interface for traffic interception.


