Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2024-21413-Microsoft-Outlook-Remote-Code-Execution-Vulnerability — Bu betik, Microsoft Outlook'ta keşfedilen ve CVSS değeri 9.8 olan önemli bir güvenlik açığı olan CVE-2024-21413 için bir kavram kanıtı (PoC) sunmaktadır. MonikerLink hatası olarak adlandırılan bu güvenlik açığı, yerel NTLM bilgilerinin potansiyel sızıntısı ve uzaktan kod çalıştırma olasılığı dahil olmak üzere geniş kapsamlı etkilere sahiptir. | Kitploit
Tools/GitHubGitHub/ahmetkarakayaoffical/cve-2024-21413-microsoft-outlook-remote-code-execution-vulnerability
Phishing ToolsExploitationWeb Application ExploitationLearning & EducationPayload DevelopmentEmail Security
GitHubahmetkarakayaoffical/cve-2024-21413-microsoft-outlook-remote-code-execution-vulnerability

CVE-2024-21413-Microsoft-Outlook-Remote-Code-Execution-Vulnerability

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →

About

Bu betik, Microsoft Outlook'ta keşfedilen ve CVSS değeri 9.8 olan önemli bir güvenlik açığı olan CVE-2024-21413 için bir kavram kanıtı (PoC) sunmaktadır. MonikerLink hatası olarak adlandırılan bu güvenlik açığı, yerel NTLM bilgilerinin potansiyel sızıntısı ve uzaktan kod çalıştırma olasılığı dahil olmak üzere geniş kapsamlı etkilere sahiptir.

View Repository
4262 years agoNot yet reviewed
Share

CVE-2024-21413-Microsoft-Outlook-Remote-Code-Execution-Vulnerability

This script provides a proof of concept (PoC) for CVE-2024-21413, a critical security vulnerability discovered in Microsoft Outlook with a CVSS score of 9.8. This vulnerability, dubbed the MonikerLink flaw, has wide-ranging implications including potential leakage of local NTLM information and the possibility of remote code execution.

🚀 Usage

Use this tool responsibly and ensure you have authorization from the owner of the target system. This script requires SMTP authentication to send an email while bypassing SPF, DKIM, and DMARC checks, helping to simulate a real-world attack scenario more effectively.

python CVE-2024-21413.py --server "" --port --username "" --password "" --sender "" --recipient "" --url "" --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.

Wireshark capture containing NTLM credentials (alternatively you can run impacket)

🧐 Why SMTP Authentication? SMTP authentication is crucial for this demonstration to ensure that the sent email bypasses common email verification checks such as SPF (Sender Policy Framework), DKIM (DomainKeys Identified Mail), and DMARC (Domain-based Message Authentication, Reporting, and Conformance). These security measures are designed to detect and prevent email spoofing, where attackers send emails from a forged address. By using authenticated SMTP, the demonstration closely mimics how a sophisticated attacker could circumvent these protections, making the test environment more realistic and highlighting the importance of comprehensive email security practices.

📆 Changelog [February 19, 2024] - Added 0-Click NTLM Leak Confirmed and managed 0-click NTLM Leak (thanks to JT!) Not yet published [February 18, 2024] - Added 1-click RCE Managed & confirmed Microsoft Outlook Remote Code Execution (RCE) Not yet published [February 16, 2024] - Initial Release Initial release showcasing the exploit for CVE-2024-21413. Credits Checkpoint has done all the amazing research. Microsoft Security Advisory 📌 Author Alexander Hagenah

Website Twitter LinkedIn ⚠️ Disclaimer This tool is intended solely for educational and ethical testing purposes. Unauthorized scanning, testing, or exploitation of systems is illegal and unethical. Ensure you have explicit and authorized permission before conducting any testing or exploitation activities against target systems.

Download Tool