arp-spoofing/docker/attacker/dockerfile

5 lines
207 B
Text

FROM debian:stable-slim
RUN apt-get update && apt-get install -y dsniff \
&& rm -rf /var/lib/apt/lists/* \
&& echo 1 >> /proc/sys/net/ipv4/ip_forward
CMD ["curl", "--insecure", "https://webserver/"]