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

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

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