## https://sploitus.com/exploit?id=95FBD298-882A-5267-A1D1-95C4B8650035
This repository is an exploit module for CVE-2021-40444, a remote code execution vulnerability in Microsoft Office Word. The exploit is a malicious docx generator that creates a document that, when opened, will execute a malicious DLL file.
The exploit is based on some reverse engineering over a sample used in-the-wild, and the creation of this script is based on that reverse engineering. The script needs to install the `lcab` package first, and then it can be used to generate a malicious docx document given a DLL file.
The exploit uses a technique called "OLE object embedding" to embed the malicious DLL file in the docx document. The DLL file is embedded as an OLE object, which is a type of object that can be embedded in a document. When the document is opened, the OLE object is executed, allowing the malicious code to run.
The exploit is designed to work on Windows systems, and it uses a Windows-specific technique to execute the malicious code. The exploit is not designed to work on macOS or Linux systems.
The repository includes a `README.md` file that provides instructions on how to use the exploit, as well as a `REPRODUCE.md` file that provides detailed steps on how to reproduce the vulnerability.
The exploit targets the