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

I can not connect to any MQTT broker #15

Closed pinpuk closed 3 years ago

pinpuk commented 3 years ago

I use docker (windows 10) and I can not connect to any broker with the connect command.

so for example : connect -o test.mosquitto.org -p 1883 -u root -w root -t 40 [!] Connecting...

it keeps telling me connecting and there is not connection made.

Capture

pinpuk commented 3 years ago

I run the command docker-compose run cli and now everything is fine.

I was confused with the fact that mqtt-pwn-master_cli_1 was already up.