Tags: forensics stego
Rating:
# Weird File

- Download the `docm` file.
- `oletools` is a package of python tools to analyze Microsoft OLE2 files.
- Using this we shall try to analyze the file.


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

```
Flag --> picoCTF{m4cr0s_r_d4ng3r0us}
```