LinuxCommandLibrary

mitmweb

TLDR

Start web interface

$ mitmweb
copy
Specify port
$ mitmweb --web-port [8081] --listen-port [8080]
copy
Save flows
$ mitmweb -w [flows.mitm]
copy
Load flows
$ mitmweb -r [flows.mitm]
copy
Upstream proxy
$ mitmweb --mode upstream:[http://proxy:8080]
copy
Transparent mode
$ mitmweb --mode transparent
copy

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.

SEE ALSO

Copied to clipboard