mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
876326cbbb
commit
a0cbaec30b
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ MQTT stands for MQ Telemetry Transport. It is a publish/subscribe, extremely sim
|
|||
|
||||
**Default port:** 1883
|
||||
|
||||
```text
|
||||
PORT STATE SERVICE REASON
|
||||
1883/tcp open mosquitto version 1.4.8 syn-ack
|
||||
```
|
||||
|
||||
## Pentesting MQTT
|
||||
|
||||
**Authentication is totally optional** and even if authentication is being performed, **encryption is not used by default** \(credentials are sent in clear text\). MITM attacks can still be executed to steal passwords.
|
||||
|
|
Loading…
Reference in a new issue