Skip to content

Commit 9c0df54

Browse files
committed
syntax
1 parent fa15362 commit 9c0df54

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Msquitto can be configured to require credentials. To run in this way:
3636
```
3737
$ touch config/passwd && mosquitto_passwd -b config/passwd admin admin
3838
```
39-
1. Now run the dockerized mosquitto instance, mounting the configuration files from above for use at runtime:
39+
3. Now run the dockerized mosquitto instance, mounting the configuration files from above for use at runtime:
4040
```
4141
$ docker run -ti -p 1883:1883 -v `pwd`/config/:/mqtt/config:ro toke/mosquitto
4242
1513823564: mosquitto version 1.4.14 (build date Mon, 10 Jul 2017 23:48:43 +0100) starting
@@ -65,7 +65,7 @@ Msquitto can be configured to require credentials. To run in this way:
6565

6666
## Scenarios
6767

68-
### Docker MQTT Server Without Credentials
68+
### Docker MQTT Server With Anonymous Authentication
6969

7070
Configure MQTT in a Docker container without credentials as described above.
7171

@@ -80,7 +80,7 @@ RHOSTS => localhost
8080
[*] Scanned 1 of 1 hosts (100% complete)
8181
```
8282

83-
### Docker MQTT Server With Credentials
83+
### Docker MQTT Server Without Anonymous Authentication
8484

8585
Configure MQTT in a Docker container with credentials as described above.
8686

0 commit comments

Comments
 (0)