Evgeny Zinoviev f265dc59b3 update readme
2021-02-16 02:06:20 +03:00

1.3 KiB

This script is ad-hoc solution for inspecting MQTT over TLS traffic.

This is a continuation of work started in mitmproxy-mqtt-script. This fork supports (almost) all MQTT packet types, multiple packets handling, and more.

Usage

Run mitmproxy as mitmproxy --mode transparent --tcp-hosts '.*' -s plugin.py. Messages will be displayed at the event log (press shift + e).

Of course before that you have to prepare a target device and your host running mitmproxy:

If server requires x509 client authentication --set client_certs=cert.pem mitmproxy's option might be useful.

Roadmap

Credits