Modification de la commande curl de l'attaquant.

This commit is contained in:
iMax 2025-01-21 09:55:21 +01:00
parent 4e6fe5359b
commit f5b3dd4f92

View file

@ -1,4 +1,4 @@
FROM alpine:latest
RUN apk add --no-cache curl iputils-ping
# CMD ["curl", "webserver:443"]
CMD ["ping", "webserver -c 4"]
#curl --insecure https://localhost/
CMD ["curl", "--insecure", "https://webserver/"]