mqtt-cli icon indicating copy to clipboard operation
mqtt-cli copied to clipboard

Add command to let the cli fuzz an MQTT broker

Open MicWalter opened this issue 5 years ago • 0 comments

Problem or use case

A maintainer/developer of an MQTT broker might want to fuzz his broker to find possible decoding/implementation issues.

Preferred solution or suggestions

The command could be: mqtt fuzz [-h brokerHost -p brokerPort]

Open questions:

  • Check if an existing mqtt fuzzer can be used or if a custom fuzzer has to be implemented.
  • Should additional commands be supplied that allow to increase/decrease duration of fuzzing?

MicWalter avatar Feb 03 '20 11:02 MicWalter