Author: Connor Chang
i hid a qr inside a qr
Honestly very simple, i can’t believe we were the 6th solve
We were given hidden.png which contains a qr that rick rolls you (i’m so proud i didn’t fall for this)
Details

OffByOne implies lsb stego, opening up in gimp and turning on high contrast showed some stuff going on in the top row of pixels

The description immediately made me think this reshapes into a qr, so i checked if there was a perfect square, and yes, this weird yellow row continues for 841 pixels which is
solve.py
| |
python solve.py > qr.txtThen opening up in QRazybox
New -> Import from Text, then Tools -> Extract QR Information gives the flag
scriptCTF{qrqrqrc0d3s}someone put a fake flag in the comments lol


