Description
This script presents a proof of concept (PoC) for CVE-2024-21413, a significant security vulnerability discovered in Microsoft Outlook with a CVSS of 9.8. Termed the #Mo#MonikerLinkg, this vulnerability has far-reaching implications, including the potential leakage of local NTLM information and the possibility of remote code execution. Moreover, it highlights an attack vector that could bypass Office Protected View, thereby extending its threat to other Office applications.Usage
Use this tool responsibly and ensure you have authorization from the target system's owner. This script requires SMTP authentication to send an email, bypassing SPF, DKIM, and DMARC checks, which helps in simulating a real-world attack scenario more effectively.python CVE-2024-21413.py
--server "<SMTP server>"
--port <SMTP port> --username "<SMTP username>"
--password "<SMTP password>"
--sender "<sender email>"
--recipient "<recipient email>"
--url "<link URL>"
--subject "<email subject>"
Parameters:
- --server: SMTP server hostname or IP.
- --port: SMTP server port.
- --username: SMTP server username for authentication.
- --password: SMTP server password for authentication.
- --sender: Sender email address.
- --recipient: Recipient email address.
- --url: Malicious path to include in the email.
- --subject: Email subject.