https://github.com/melonattacker/ctf-docker-template
docker template for ctf
https://github.com/melonattacker/ctf-docker-template
Last synced: 5 months ago
JSON representation
docker template for ctf
- Host: GitHub
- URL: https://github.com/melonattacker/ctf-docker-template
- Owner: melonattacker
- Created: 2020-05-17T07:07:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T02:58:55.000Z (about 4 years ago)
- Last Synced: 2025-10-10T14:53:20.471Z (9 months ago)
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
- docker template for ctf
# Available tools
## crypto
Available in `crypto` branch.
- python
- pycryptodome
- gmpy2
- sagemath
## rev, pwn
Available in `master` branch.
- gdb(gdb-peda)
- gdbserver
- checksec
- one_gadget
- Pwngdb
- objdump
- readelf
- hexdump
- etc..
# Usage
```
$ docker-compose up -d --build
$ docker-compose exec dev /bin/bash # log in to container
```