mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
enable MQTT
as eagle eyed by @adepasquale
This commit is contained in:
parent
d992a25a0a
commit
2ecef8c607
1 changed files with 3 additions and 3 deletions
6
docker/suricata/dist/suricata.yaml
vendored
6
docker/suricata/dist/suricata.yaml
vendored
|
@ -281,7 +281,7 @@ outputs:
|
||||||
extended: no
|
extended: no
|
||||||
- ssh
|
- ssh
|
||||||
- mqtt:
|
- mqtt:
|
||||||
# passwords: yes # enable output of passwords
|
passwords: yes # enable output of passwords
|
||||||
# HTTP2 logging. HTTP2 support is currently experimental and
|
# HTTP2 logging. HTTP2 support is currently experimental and
|
||||||
# disabled by default. To enable, uncomment the following line
|
# disabled by default. To enable, uncomment the following line
|
||||||
# and be sure to enable http2 in the app-layer section.
|
# and be sure to enable http2 in the app-layer section.
|
||||||
|
@ -720,8 +720,8 @@ app-layer:
|
||||||
dp: 5900, 5901, 5902, 5903, 5904, 5905, 5906, 5907, 5908, 5909
|
dp: 5900, 5901, 5902, 5903, 5904, 5905, 5906, 5907, 5908, 5909
|
||||||
# MQTT, disabled by default.
|
# MQTT, disabled by default.
|
||||||
mqtt:
|
mqtt:
|
||||||
# enabled: no
|
enabled: yes
|
||||||
# max-msg-length: 1mb
|
max-msg-length: 1mb
|
||||||
krb5:
|
krb5:
|
||||||
enabled: yes
|
enabled: yes
|
||||||
snmp:
|
snmp:
|
||||||
|
|
Loading…
Reference in a new issue