started cyber apokalypse
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM alpine:latest
|
||||
RUN apk add --no-cache socat dash && ln -sf /usr/bin/dash /bin/sh
|
||||
EXPOSE 1337
|
||||
RUN addgroup -S ctf && adduser -S ctf -G ctf
|
||||
COPY challenge/ /home/ctf/
|
||||
WORKDIR /home/ctf
|
||||
USER ctf
|
||||
CMD ["socat", "tcp-l:1337,reuseaddr,fork", "EXEC:./sound_of_silence"]
|
||||
3
htb/cyber_apocalypse_2024/pwn/pwn_sound_of_silence/build-docker.sh
Executable file
3
htb/cyber_apocalypse_2024/pwn/pwn_sound_of_silence/build-docker.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
docker build --tag=sound_of_silence .
|
||||
docker run -it -p 1337:1337 --rm --name=sound_of_silence sound_of_silence
|
||||
@@ -0,0 +1 @@
|
||||
HTB{f4k3_fl4g_4_t35t1ng}
|
||||
Binary file not shown.
BIN
htb/cyber_apocalypse_2024/pwn/pwn_sound_of_silence/challenge/glibc/libc.so.6
Executable file
BIN
htb/cyber_apocalypse_2024/pwn/pwn_sound_of_silence/challenge/glibc/libc.so.6
Executable file
Binary file not shown.
BIN
htb/cyber_apocalypse_2024/pwn/pwn_sound_of_silence/challenge/sound_of_silence
Executable file
BIN
htb/cyber_apocalypse_2024/pwn/pwn_sound_of_silence/challenge/sound_of_silence
Executable file
Binary file not shown.
Reference in New Issue
Block a user