Modification de la commande curl de l'attaquant.
This commit is contained in:
parent
4e6fe5359b
commit
f5b3dd4f92
1 changed files with 2 additions and 2 deletions
|
@ -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/"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue