Tags: forensics stego
Rating:
# Information

- Download the File.

- Try `exiftool` to view the details of the file since its mentioned as `hint`.

- It contains the `Base64` encoded text.
- So [decoding](https://www.base64decode.org/) it will give the flag.
```
cGljb0NURnt0aGVfbTN0YWRhdGFfMXNfbW9kaWZpZWR9
```

```
Flag --> picoCTF{the_m3tadata_1s_modified}
```