Skip to content

antoinet/pwnable.tw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pwnable.tw writeups

Writeups for https://pwnable.tw/.

Docker environment

Build

$ docker build -t pwnable:latest .

Debugging within Docker

$ docker run --rm -it --name pwnable --cap-add=SYS_PTRACE --security-opt seccomp=unconfined pwnable bash

Running the binary on the network

$ while true; do
    nc -l -p 10000 -e <binary>;
  done

About

CTF writeups pwnable.tw

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages