…in Wireshark (useful for raw TCP and UDP protocols)
During an engagement I had to intercept TLS-encrypted MQTT. And since manually decoding the raw MQTT binary data stream is quite tedious, I added the an option to dump SSL/TLS (pre-)master keys (using the sslkeylog Python module) in order to decrypt the live captured traffic in Wireshark.
…in Wireshark (useful for raw TCP and UDP protocols)
During an engagement I had to intercept TLS-encrypted MQTT. And since manually decoding the raw MQTT binary data stream is quite tedious, I added the an option to dump SSL/TLS (pre-)master keys (using the sslkeylog Python module) in order to decrypt the live captured traffic in Wireshark.