Matryoshka QR

Warmups

As a part of this challenge, we are given a QR code. Scanning the code gives us the data for a PNG image (as indicated by the \x89PNG at the start), which is just another QR code. Save the data as bytes into another PNG file and view it using an image viewer of your choice. Finally, scan the smaller QR code to get the challenge flag.

qrcode.png

I did this using Python (which probably wasn't required). But here's the code for that -

inner_qrcode.png

Last updated