mirror of
https://github.com/vee1e/Write-ups.git
synced 2026-09-01 11:08:39 +00:00
427 B
427 B
Flag: hacks{y0u_f0unD_M3}
Unzipping the .pptm file, we find a bunch of "macros" in a folder all containing "Not the flag!" but one
.../file.pptm/ppt/slideMasters/_rels $ fd . -t f -X du -b | grep -v '^12'
57 ./maliciousMacroDetails752/macro.vba
The flag is there, hex encoded.
.../file.pptm/ppt/slideMasters/_rels $ cat ./maliciousMacroDetails752/macro.vba | unhex
hacks{y0u_f0unD_M3}