https://github.com/toasterbirb/ctf-tools
[MIRROR] Some small scripts to help with capture the flag events
https://github.com/toasterbirb/ctf-tools
Last synced: over 1 year ago
JSON representation
[MIRROR] Some small scripts to help with capture the flag events
- Host: GitHub
- URL: https://github.com/toasterbirb/ctf-tools
- Owner: Toasterbirb
- License: gpl-3.0
- Created: 2023-03-06T18:42:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T07:29:26.000Z (over 2 years ago)
- Last Synced: 2024-01-05T08:31:08.411Z (over 2 years ago)
- Language: Shell
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CTF-Tools
Some small scripts to help with capture the flag events
## Build instructions
```
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j$(nproc)
```