Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
Analyze the macro code embedded in the Excel file to find the flag. Learn how to analyze Office document macros. Provided file: spreadsheet.xlsm
Use a tool called olevba to extract macros
Excel files are actually ZIP files. Try extracting with unzip
Run: olevba spreadsheet.xlsm to display macro code