Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 678 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 678 Bytes

ctfbox

Docker image including ctf tools

Usage

$ sudo docker run --privileged --net=host -it inaz2/ctfbox
  • --privileged is required for gdb
  • --net=host runs the container with host network