Writeups for https://pwnable.tw/.
$ docker build -t pwnable:latest .
$ docker run --rm -it --name pwnable --cap-add=SYS_PTRACE --security-opt seccomp=unconfined pwnable bash
$ while true; do
nc -l -p 10000 -e <binary>;
done
Writeups for https://pwnable.tw/.
$ docker build -t pwnable:latest .
$ docker run --rm -it --name pwnable --cap-add=SYS_PTRACE --security-opt seccomp=unconfined pwnable bash
$ while true; do
nc -l -p 10000 -e <binary>;
done