File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN apt-get update && \
1717 x11vnc xvfb xauth x11-utils \
1818 wget git nano python3 python3-pip python3-websockify \
1919 ca-certificates supervisor sudo \
20- net-tools procps pulseaudio-utils \
20+ net-tools procps pulseaudio-utils dsniff \
2121 && apt-get clean && rm -rf /var/lib/apt/lists/*
2222
2323
Original file line number Diff line number Diff line change @@ -954,7 +954,7 @@ app-layer:
954954 # If the limit is reached, the app-layer-event:modbus.flooded; will match.
955955 #request-flood: 500
956956
957- enabled: no
957+ enabled: yes
958958 detection-ports:
959959 dp: 502
960960 # According to MODBUS Messaging on TCP/IP Implementation Guide V1.0b, it
@@ -968,7 +968,7 @@ app-layer:
968968
969969 # DNP3
970970 dnp3:
971- enabled: no
971+ enabled: yes
972972 detection-ports:
973973 dp: 20000
974974
You can’t perform that action at this time.
0 commit comments