akamai-threat-research / mqtt-pwn

MQTT-PWN intends to be a one-stop-shop for IoT Broker penetration-testing and security assessment operations.
GNU General Public License v3.0
370 stars 53 forks source link

Passing client_id parameter #5

Open michyArya opened 5 years ago

michyArya commented 5 years ago

Is it possible to pass the client_id as an additional parameter to establish the connection? I have seen that it set to none.

Den1al commented 5 years ago

Yes, it is possible, I added this request to the feature pool.

michyArya commented 5 years ago

thank you @Den1al for adding it to the feature pool. If I wanted to try use the tool with a specific client_id, could you suggest what changes are needed? As I have tried hardcoding it into mqtt_client.py but I don't think I managed to make it work. I am new to python so that could be the problem too.