We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508253e commit fa15362Copy full SHA for fa15362
documentation/modules/auxiliary/scanner/mqtt/connect.md
@@ -27,7 +27,7 @@ $ docker run -i -p 1883:1883 toke/mosquitto
27
Msquitto can be configured to require credentials. To run in this way:
28
29
1. Create a simple configuration file:
30
- ````
+ ```
31
$ mkdir -p config && cat > config/mosquitto.conf
32
password_file /mqtt/config/passwd
33
allow_anonymous false
0 commit comments