Archive of CTF challenges I have authored.
| Challenge | CTF | Category | Source |
|---|---|---|---|
| kawaii_vm | bi0sCTF 2022 | Pwn | upstream |
| k32 | bi0sCTF 2022 | Pwn | upstream |
| kowaiiVm | bi0sCTF 2024 | Pwn | upstream |
| palindromatic | bi0sCTF 2024 | Pwn | upstream |
| virtio-note | bi0sCTF 2024 | Pwn | upstream |
| calc | ICC 2024 Jeopardy | Pwn | upstream |
- Add the challenge under
challenges/<slug>/. - Add it to
data/challenges.json. - Run
python3 scripts/generate_catalog.py.