arp-spoofing/docker/attacker/dockerfile

3 lines
109 B
Text

FROM alpine:latest
RUN apk add --no-cache curl iputils-ping
CMD ["curl", "--insecure", "https://webserver/"]