Skip to content

Commit 05b1ff1

Browse files
authored
Merge pull request #15 from Fortiphyd/develop
fix router issue and add arpsoof
2 parents 56e869f + 11549a5 commit 05b1ff1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

attacker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

router/suricata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)