## https://sploitus.com/exploit?id=0A01BDBB-0C02-58DB-98DA-B6CE6204B7A7
This is a malicious docx generator for exploiting CVE-2021-40444, a remote code execution vulnerability in Microsoft Office Word. The tool is designed to create a malicious docx document that, when opened, will execute arbitrary code on the victim's system.
The tool consists of several files:
1. `exploit.py`: This is the main Python script that generates the malicious docx document. It takes a DLL file as input and uses it to create a malicious docx document.
2. `maldoc/`: This directory contains the template files for the malicious docx document.
3. `REPRODUCE.md`: This file contains the reproduction steps for the vulnerability.
4. `data/word_dat/`: This directory contains the XML files that make up the malicious docx document.
The `exploit.py` script uses the `zip` command to create a zip archive containing the malicious docx document. The archive is then extracted to a temporary directory, and the malicious docx document is opened using the `word` command.
The `maldoc/` directory contains the template files for the malicious docx document, including the `document.xml.rels` file, which contains the relationships between the different parts of the document. The `document.xml.rels