Skip to content

Instantly share code, notes, and snippets.

@leveled
Created November 19, 2019 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leveled/0ef1fc837a31badfb9a82d84e48be36b to your computer and use it in GitHub Desktop.
Save leveled/0ef1fc837a31badfb9a82d84e48be36b to your computer and use it in GitHub Desktop.
Pwntools docker setup
docker run -d --rm --name pwntools-dev -v "/home/adi/github/pwntools:/pwntools" --security-opt seccomp=unconfined --security-opt apparmor=unconfined --cap-add=SYS_PTRACE -it --entrypoint /bin/bash ubuntu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment