diff options
author | Nikita Stupin <18281368+nikitastupin@users.noreply.github.com> | 2020-05-01 20:38:13 +0300 |
---|---|---|
committer | Nikita Stupin <18281368+nikitastupin@users.noreply.github.com> | 2020-05-01 20:38:13 +0300 |
commit | 8e848d50f465f5a4aaa2a727a44c12234fe39ed1 (patch) | |
tree | c64f09369268969ac4456435fa2acf938a760311 | |
parent | 7e11d4de60e1df2a25b76621a27d409d5225af7f (diff) | |
parent | 53a9ac2c1a047f3c1e8d2f87cb54b9f10121df23 (diff) |
Merge branch 'master' of https://github.com/nikitastupin/mitmproxy-mqtt-script
-rw-r--r-- | LICENSE | 21 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 22 insertions, 1 deletions
@@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Nikita Stupin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. @@ -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 |