Hidden Figures
Writeup for Hidden Figures (Web) - Nahamcon CTF (2023) 💜
Last updated
Writeup for Hidden Figures (Web) - Nahamcon CTF (2023) 💜
Last updated
Look at this fan page I made for the Hidden Figures movie and website! Not everything is what it seems!
/assets
directory is accessible.
Had a look through the files, JS (and CSS based on challenge name) but didn't see anything interesting.
Downloaded main image and checked exifdata, strings, embedded files etc.
Teammate noticed base64 encoded data in the <img data-src>
tag on line 298 when you view the page source.
Save to file and decode.
File type is image.
Diff with the original image we downloaded during recon.
The base64 one is bigger!
We get two images out, one is the movie poster, the other a mario image containing a quote.
Check the other images, until we get the flag in a PNG file.
Let's make life easy for ourselves and convert image to text
Now we have a flag to copy and paste!
Flag: flag{e62630124508ddb3952843F183843343}