Description
Someone sent me a file with white and black rectangles. I don’t know how to read it. Can you help me?
Solution
Downloading the attached misc60.zip
and extracting it revealed a README.txt
revealed a bunch of text
This format repeated it self over and over. It’s easy to see that this is base64
encoded data.
Base64 decoding the file quickly revealed that this was QR codes
I quickly wrote a python tool to split the data into separate files.
I now read the files in chunks of 3 at the time (max fit on my screen), and
scanning them one by one with my phone.
Which obviously becomes Flag is: IW{QR_C0DES_RUL3}
Flag: IW{QR_C0DES_RUL3}