https://github.com/wh1t3fox/spindra
Docker container for CTF
https://github.com/wh1t3fox/spindra
archstrike ctf ctf-tools
Last synced: 6 months ago
JSON representation
Docker container for CTF
- Host: GitHub
- URL: https://github.com/wh1t3fox/spindra
- Owner: Wh1t3Fox
- Created: 2018-02-24T19:05:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T16:47:38.000Z (about 5 years ago)
- Last Synced: 2025-07-26T08:27:51.665Z (12 months ago)
- Topics: archstrike, ctf, ctf-tools
- Language: Dockerfile
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
```