aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Stupin <18281368+nikitastupin@users.noreply.github.com>2020-05-01 20:37:52 +0300
committerNikita Stupin <18281368+nikitastupin@users.noreply.github.com>2020-05-01 20:37:52 +0300
commit7e11d4de60e1df2a25b76621a27d409d5225af7f (patch)
tree7315a2c871a6139f97fceded582d77746bc7b06c
parent0023b7f79922141cd071466c0602a7832a8be80e (diff)
Change deprecated option
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.