Tags: forensics 

Rating: 4.5

# NahamCon 2023

## Hidden Figures

> Look at this fan page I made for the Hidden Figures movie and website! Not everything is what it seems!
>
> Author: @JohnHammond#6971
>

Tags: _web_

## Solution
Inspecting the html code of the provided page, disabling css, inspecting svg images... Nothing leads to a result. By looking closely there are very obvious chunks of base64 encoded data attached to `img` tags.

```html

Original writeup (https://github.com/D13David/ctf-writeups/blob/main/nahamcon23/web/hidden_figures/README.md).