Tags: forensics stego
Rating: 2.5
# MacroHard WeakEdge
![bi0s](https://github.com/a3X3k/Bi0s/blob/master/CTFs/Pico21/Assets/8.png?raw=true)
- Download the `pptm` file.
- Extract the contents.
- Navigate to `MacroHard WeakEdge\Forensics is fun\ppt\slideMasters`.
- There we shall see a file named `hidden`.
![bi0s](https://github.com/a3X3k/Bi0s/blob/master/CTFs/Pico21/Assets/11.png?raw=true)
- It contains the `Base64` encoded text.
- So [decoding](https://www.base64decode.org/) it will give the flag.
```
Z m x h Z z o g c G l j b 0 N U R n t E M W R f d V 9 r b j B 3 X 3 B w d H N f c l 9 6 M X A 1 f Q
```
![bi0s](https://github.com/a3X3k/Bi0s/blob/master/CTFs/Pico21/Assets/9.png?raw=true)
```
Flag --> picoCTF{D1d_u_kn0w_ppts_r_z1p5}
```