diff --git a/docker/attacker/dockerfile b/docker/attacker/dockerfile index d094b65..c331d10 100644 --- a/docker/attacker/dockerfile +++ b/docker/attacker/dockerfile @@ -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/"]