Rating:


> Gather around, it's time for a story! I've even included a reward at the end!

> Author: micpap25

We're given an ELF file that, when run, slowly prints the first few lines in `baa baa black sheep` and then quits. In IDA you can see it has a `for` loop that cuts out early, and the flag is in plaintext. `strings` would also give up the flag.

Flag: `bcactf{w0ol_m4k3s_str1ng_ziv4mk3ca91b}`

Original writeup (https://eb-h.github.io/bcactf-2021/#storytime-the-opening-gambit).