-
the
chall.jpeg.zipcan be unzipped usingunzip chall.jpeg.zip -
the result is a
jpegimage that contains apngimage -
this can be seen by running
binwalk -e chall.jpeg. -
to extract the data, I’ve used
binwalk --dd '.*' chall.jpeg -
the resulted image is a QR code that I’ve found easy to read with
zbarimg 1B16B(1B16B = filename)
NOTE: the tool can be installed on Debian based distros with apt install zbar-tools
- After reading the QR data, we’re given the flag.
zbarimg 1B16B
QR-Code:DCTF{394a6{REDACTED}b07f0}scanned 1 barcode symbols from 1 images in 0.03 seconds