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"]

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page internet</title>
</head>
<body>
<h1>Site malveillant</h1>
</body>
</html>

View file

@ -0,0 +1 @@
1