Skip to content

Commit fa15362

Browse files
committed
syntax
1 parent 508253e commit fa15362

File tree

1 file changed

+1
-1
lines changed
  • documentation/modules/auxiliary/scanner/mqtt

1 file changed

+1
-1
lines changed

documentation/modules/auxiliary/scanner/mqtt/connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $ docker run -i -p 1883:1883 toke/mosquitto
2727
Msquitto can be configured to require credentials. To run in this way:
2828

2929
1. Create a simple configuration file:
30-
````
30+
```
3131
$ mkdir -p config && cat > config/mosquitto.conf
3232
password_file /mqtt/config/passwd
3333
allow_anonymous false

0 commit comments

Comments
 (0)