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)
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 \(29^2\)
solve.py
|
|
python solve.py > qr.txt
Then 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