Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 301 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 301 Bytes

spindra

Docker container for CTFs

sudo docker run -it --rm \
    -e DISPLAY=$DISPLAY \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    -v $HOME/spindra:/data \
    --cap-add NET_ADMIN \  # Not required but useful
    --cap-add SYS_PTRACE \ # Not required but useful
    wh1t3f0x/spindra