This commit is contained in:
2023-12-20 15:47:13 +01:00
parent 14a2b0f4ad
commit 2bf71ada77
5 changed files with 158 additions and 0 deletions

11
Day 16/Dockerfile Normal file
View File

@@ -0,0 +1,11 @@
FROM ubuntu:23.04
RUN apt update && apt -y upgrade
RUN apt install -y socat
COPY . .
RUN chmod +x vuln
RUN chmod +x magic.sh
ENTRYPOINT socat TCP-LISTEN:1337,reuseaddr,fork EXEC:'./vuln',raw