File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
documentation/modules/auxiliary/scanner/mqtt Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Msquitto can be configured to require credentials. To run in this way:
36
36
```
37
37
$ touch config/passwd && mosquitto_passwd -b config/passwd admin admin
38
38
```
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:
40
40
```
41
41
$ docker run -ti -p 1883:1883 -v `pwd`/config/:/mqtt/config:ro toke/mosquitto
42
42
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:
65
65
66
66
## Scenarios
67
67
68
- ### Docker MQTT Server Without Credentials
68
+ ### Docker MQTT Server With Anonymous Authentication
69
69
70
70
Configure MQTT in a Docker container without credentials as described above.
71
71
@@ -80,7 +80,7 @@ RHOSTS => localhost
80
80
[*] Scanned 1 of 1 hosts (100% complete)
81
81
```
82
82
83
- ### Docker MQTT Server With Credentials
83
+ ### Docker MQTT Server Without Anonymous Authentication
84
84
85
85
Configure MQTT in a Docker container with credentials as described above.
86
86
You can’t perform that action at this time.
0 commit comments