From 7e11d4de60e1df2a25b76621a27d409d5225af7f Mon Sep 17 00:00:00 2001 From: Nikita Stupin <18281368+nikitastupin@users.noreply.github.com> Date: Fri, 1 May 2020 20:37:52 +0300 Subject: Change deprecated option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2684b09..3539e59 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This script is ad-hoc solution for inspecting **MQTT over TLS** traffic. As far ## Usage -Run mitmproxy as `mitmproxy --mode transparent --tcp '.*' -s mqtt_message.py`. Messages will be displayed at the event log (press `shift + e`). +Run mitmproxy as `mitmproxy --mode transparent --tcp-hosts '.*' -s mqtt_message.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: * Install mitmproxy's root certificate on a target device. -- cgit v1.2.3