From 326a4beb946d57ff78bd97bf8d7cf291cf223c43 Mon Sep 17 00:00:00 2001 From: Sebastian Raff Date: Thu, 16 Aug 2018 21:00:08 +0200 Subject: [PATCH] add MQTT-PWN --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9074cc7..7b8872a 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [MQTTInspector](https://github.com/ckrey/MQTTInspector) - A general MQTT testing app for iOS (iPhone and iPad). * [MQTTLens](https://chrome.google.com/webstore/detail/mqttlens/hemojaaeigabkbcookmlgmdigohjobjm) - A Google Chrome application, which connects to a MQTT broker and is able to subscribe and publish to MQTT topics. * [mqtt-malaria](https://github.com/remakeelectric/mqtt-malaria) - scalability and load testing utilities for MQTT environments. +* [MQTT-PWN](https://github.com/akamai-threat-research/mqtt-pwn) - MQTT-PWN intends to be a one-stop-shop for IoT Broker penetration-testing and security assessment operations. * [mqtt-shell](https://github.com/pidster-dot-org/mqtt-shell) - A simple interactive shell for MQTT. * [mqtt-spy](http://kamilfb.github.io/mqtt-spy/) - Java based MQTT frontend. Supports scripting. * [mqtt-utils](https://github.com/dsell/mqtt-utils) - A collection of MQTT utilities.