Skip to content

Instantly share code, notes, and snippets.

@anhhung04
Last active June 27, 2024 14:03
Show Gist options
  • Select an option

  • Save anhhung04/ebdb20f773e927eb6704686d53fd8c0e to your computer and use it in GitHub Desktop.

Select an option

Save anhhung04/ebdb20f773e927eb6704686d53fd8c0e to your computer and use it in GitHub Desktop.
pwndocker

Run container:

docker run -v ./binaries:/pwn/binaries --name pwn_test --cap-add SYS_PTRACE --security-opt seccomp:unconfined -p 23946:23946 -d hah4/pwndocker:latest

Exec container:

docker exec -it pwn_test zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment