## https://sploitus.com/exploit?id=A1ED16C6-9428-504F-B896-15621D15F883
This repository is a proof-of-concept (PoC) exploit for CVE-2021-40444, a Microsoft Office Word remote code execution vulnerability. The PoC is a malicious docx generator that creates a document that, when opened, will execute arbitrary code on the victim's system.
The PoC consists of several files:
1. `exploit.py`: A Python script that generates the malicious docx document.
2. `REPRODUCE.md`: A document that provides instructions on how to reproduce the vulnerability.
3. `maldoc/`: A directory containing the malicious docx document.
4. `data/word_dat/`: A directory containing various XML files related to the docx document.
The `exploit.py` script takes a DLL file as input and generates a docx document that, when opened, will execute the DLL. The script uses the `zip` command to create the docx document.
The `REPRODUCE.md` document provides instructions on how to reproduce the vulnerability, including how to generate the malicious docx document and how to set up a server to host the document.
The `maldoc/` directory contains the malicious docx document, which is a zip archive containing various XML files. The `data/word_dat/