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-outlook-monikerlink-lab — Educational lab and PoC demonstrating CVE-2024-21413 Outlook Moniker Link attack to leak netNTLMv2 hashes via crafted HTML email. | Kitploit
Tools/GitHubGitHub/viniciusfariasdev/cve-2024-21413-outlook-monikerlink-lab
Password CrackingExploitationPhishingLearning & EducationEmail SecurityLabs & Practice
GitHubviniciusfariasdev/cve-2024-21413-outlook-monikerlink-lab

cve-2024-21413-outlook-monikerlink-lab

Educational lab and PoC demonstrating CVE-2024-21413 Outlook Moniker Link attack to leak netNTLMv2 hashes via crafted HTML email.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
87 months agoNot yet reviewed

CVE-2024-21413 — Outlook Moniker Link (Lab / PoC)

Educational lab notes and a small Proof of Concept (PoC) demonstrating the CVE-2024-21413 attack flow in a controlled environment (TryHackMe-style lab).

⚠️ For educational purposes only. Do not use against systems you don’t own or have explicit permission to test.


Overview

Microsoft Outlook can render HTML emails and handle different URL schemes. This lab explores how a crafted Moniker Link using the file:// scheme and a special character (!) can bypass Outlook's Protected View behavior and trigger an SMB authentication attempt, potentially leaking the victim’s netNTLMv2 hash.


What I Practiced

  • Crafting an HTML email containing a malicious file:// Moniker Link
  • Understanding the ! character behavior in the Moniker Link
  • Sending HTML emails using Python (SMTP)
  • Capturing netNTLMv2 hashes using Responder
  • High-level detection & mitigation discussion

Download Tool