Add premium mode. Closes #3.

This commit is contained in:
Johannes Maier
2024-01-16 15:58:52 +01:00
parent f244d69127
commit 4dd7d3d9d6
5 changed files with 110 additions and 46 deletions

View File

@@ -6,7 +6,7 @@ FROM debian:bullseye
RUN apt update -y && apt upgrade -y && apt install -y build-essential wget cmake tar gdb libc6-dbg python3 file
RUN apt update -y && apt upgrade -y && apt install -y build-essential wget cmake tar gdb libc6-dbg python3 file strace
############### INSTALL FNETD
@@ -41,6 +41,7 @@ RUN make
WORKDIR /
RUN cp /home/pwn/build/vuln /home/pwn/vuln
RUN cp /home/pwn/source/activation_key.txt /home/pwn/activation_key.txt
RUN chmod 0755 /home/pwn/vuln