Added MQTT Fuzzing

pull/16/head
Aagam Shah 2022-10-16 22:20:42 +05:30
parent eb6632694b
commit 13d0baf392
1 changed files with 4 additions and 0 deletions

View File

@ -48,3 +48,7 @@ client.on_connect = on_connect
client.connect('IP SERVER HERE', 1883, 60)
client.publish('smarthouse/garage/door', "{'open':'true'}")
```
### MQTT Fuzzing
* [MQTT-Fuzz](https://github.com/F-Secure/mqtt_fuzz)