⭕XLM Macro 4.0
Last updated
Last updated
A Microsoft Excel Spreadsheet can be weaponized by firstly inserting a new sheet of type "MS Execel 4.0 Macro":
shell.cmd :
We can then execute command by typing into the cells:
Note how we need to rename the A1
cell to Auto_Open
if we want the Macros to fire off once the document is opened:
Opening the document and enabling Macros pops a reverse shell:
Note that XLM Macros allows using Win32 APIs, hence shellcode injection is also possible. See the original research link below for more info.