I'm supposed to find the flag somewhere but this g...
Créé le : 12 juillet 2026
Créé le : 12 juillet 2026
I'm supposed to find the flag somewhere but this guy just sent me two images to try to find it! What the flip, I don't know anything about Electrical Engineering!!
flag format: bronco{....}
forensic challenge
solve challenge
I tried treating the two PNGs as a forensic/steganography challenge rather than an EE problem:
IEND.bronco{...} string.The EE content is likely a clue, not the payload. The key words are:
textRADIX-4 BOOTH BOOTH ENCODER PARTIAL PRODUCT ROW
However, from the two images alone I cannot recover a valid flag. There is no visible bronco{...} string and no straightforward stego payload in the PNG data.
The challenge is probably expecting one of these additional steps:
Use the original image files, not screenshots
(Screenshots often destroy LSB/stego data.)
Run a stronger PNG stego tool such as:
textzsteg Challenge.png zsteg ChallengeCircuit.png
because it checks unusual bit ordering and pixel traversal patterns I cannot fully reproduce manually.
The EE clue may indicate a Booth encoding extraction, where the circuit/table provides bits that must be decoded.
If you can upload the original challenge ZIP/files (or the exact two PNGs from the CTF download), I can continue and extract the actual:
bronco{........}
flag. Right now the supplied images do not contain an recoverable flag through standard forensic extraction.