MatryoshkaQR

Author: @JohnHammond Wow! This is a big QR code! I wonder what it says...?

The file given

By scanning the qr code, and putting the result we get into cyberchef, we see that

Value of the QR Code

As we can see, the file might be a png file, but we will have to construct this into an actual PNG given the hex data. Using the following script,

We can get an image back, which looks something like this

(yes it is very small)

By scanning it, we get the flag, flag{01c6e24c48f48856ee3adcca00f86e9b}

Last updated