my documentation https://docs.google.com/document/d/1O7PYgDroo-BpducnTAoIE6ahuxutZlo5GIXXL_gjZgU/edit?tab=t.0
.
├── greyflag
│ └── code # CircuitPython firmware to flash
│ ├── mic_test # Contains the mic ctf challenge code and the script to burn the anti fuse, also documented in the google docs, working
│ ├── thread_test # Very cooked, in progress, full ctf explanation in the docs
├── greymecha
└── README.md
Progress:
Combine all challenges into a format like greymecha with a menu (over uart) where participants can select which challenge they want to do and see the description of each challenge
prepare the final files binary for participants to flash- main firmware binary with mic flag replaced with a placeholder (i will set up the actual challenge on site)
make sure everything works together cleanly
finish up the ctfchallenge repo as well