mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 09:27:32 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
3afbd00c86
commit
922db0f156
1 changed files with 10 additions and 2 deletions
|
@ -68,7 +68,15 @@ The publish/subscribe model is composed of:
|
|||
|
||||
### Packet Format <a id="f15a"></a>
|
||||
|
||||
Every MQTT packet contains a fixed header \(Figure 02\).![](https://miro.medium.com/max/60/1*k6RkAHEk0576geQGUcKSTA.png?q=20)![](https://miro.medium.com/max/838/1*k6RkAHEk0576geQGUcKSTA.png)Figure 02: Fixed Header
|
||||
Every MQTT packet contains a fixed header \(Figure 02\).Figure 02: Fixed Header
|
||||
|
||||
The first field of the fixed header represents the type of the MQTT Packet. All packet types are listed in table 01.![](https://miro.medium.com/max/60/1*z0fhdUVzGa0PLikH_cyBmQ.png?q=20)![](https://miro.medium.com/max/1469/1*z0fhdUVzGa0PLikH_cyBmQ.png)Table 01: MQTT Packet Types
|
||||
![](https://miro.medium.com/max/838/1*k6RkAHEk0576geQGUcKSTA.png)
|
||||
|
||||
The first field of the fixed header represents the type of the MQTT Packet. All packet types are listed in table 01.Table 01: MQTT Packet Types
|
||||
|
||||
![](https://miro.medium.com/max/1469/1*z0fhdUVzGa0PLikH_cyBmQ.png)
|
||||
|
||||
## Shodan
|
||||
|
||||
* `port:1883 MQTT`
|
||||
|
||||
|
|
Loading…
Reference in a new issue