Compare commits

..

2 commits

Author SHA1 Message Date
iMax
c4c22c5721 Merge branch 'main' of git.leizour.fr:CyberFlingues/arp-spoofing into main 2025-01-21 10:05:02 +01:00
iMax
7b6244631d Ajout portforwading 2025-01-21 10:04:16 +01:00

View file

@ -1,3 +1,7 @@
FROM alpine:latest
RUN apk add --no-cache curl iputils-ping
RUN apk add --no-cache curl iputils-ping dsniff
RUN echo 1 | tee /proc/sys/net/ipv4/ip_forward
#curl --insecure https://localhost/
CMD ["curl", "--insecure", "https://webserver/"]