diff options
author | Nikita Stupin <18281368+nikitastupin@users.noreply.github.com> | 2020-04-22 23:03:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-22 23:03:50 +0300 |
commit | 045286397d72dd545161e4d099a94752349733f9 (patch) | |
tree | 06e2d57987235fcb6d0f5221895c0f35e76f53fc /README.md | |
parent | 0023b7f79922141cd071466c0602a7832a8be80e (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -This script is ad-hoc solution for inspecting **MQTT over TLS** traffic. As far as I know Wireshark solves this problem but obtaining TLS master keys from IoT device might be a pain. +This script is ad-hoc solution for inspecting **MQTT over TLS** traffic. As far as I know Wireshark solves this problem but obtaining TLS master keys from IoT device might be a pain. Also you can log MQTT topics, just uncomment lines at the bottom of the `mqtt_message.py`. ## Usage |