diff options
author | Nikita Stupin <18281368+nikitastupin@users.noreply.github.com> | 2020-05-01 20:37:52 +0300 |
---|---|---|
committer | Nikita Stupin <18281368+nikitastupin@users.noreply.github.com> | 2020-05-01 20:37:52 +0300 |
commit | 7e11d4de60e1df2a25b76621a27d409d5225af7f (patch) | |
tree | 7315a2c871a6139f97fceded582d77746bc7b06c | |
parent | 0023b7f79922141cd071466c0602a7832a8be80e (diff) |
Change deprecated option
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |