A command-line tool designed to detect and purge macros from commonly used office document formats (including MS Office Files, PDFs, etc.).
VBA and OLE content in MS Office files can, and have sometimes been made to, act as vehicles for malware delivery.
Microsoft has previously attempted to protect users from macros by disabling them by default. However, anybody is able to enable macros in an MS Office file before sending them on to a potential victim.
This Python tool aims to detect and remove any of this potentially malicious content from given files.
A command-line program written in modern Python (3.10+) that is capable of locating and removing macros from a variety of files.
It should support all the common Office Open XML formats, 'legacy' MS binary files, and PDFs.
This package has now been published to PyPi. Installation and usage are detailed below:
pip install docubleach
docubleach <PATH_TO_FILE>
The optional '-c' flag may be appended to the final command to enable notification if any macros are detected.