Day 16
This commit is contained in:
11
Day 16/Dockerfile
Normal file
11
Day 16/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user