An open API service indexing awesome lists of open source software.

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

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
```