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
WiseDelete — Windows utility that uses the vulnerable WiseDelfile64.sys driver affected by CVE-2025-66680 to enable kernel-assisted file deletion. | Kitploit
Tools/GitHubGitHub/skimask1690/wisedelete
Privilege EscalationVulnerability AnalysisExploitationLearning & EducationBinary Exploitation
GitHubskimask1690/wisedelete

WiseDelete

Windows utility that uses the vulnerable WiseDelfile64.sys driver affected by CVE-2025-66680 to enable kernel-assisted file deletion.

View Repository
1112 days 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

WiseDelfile Driver Wrapper

A lightweight Windows utility that loads the WiseDelfile64.sys kernel driver, performs the required device handshake, and issues IOCTL requests to delete files that cannot be removed through standard Windows APIs.

This project demonstrates how CVE-2025-66680, can be used to invoke the driver's file deletion functionality from user mode after loading the driver.

Features

  • Loads and unloads WiseDelfile64.sys at runtime.
  • Performs the required driver handshake automatically.
  • Sends the driver's delete IOCTL to remove files.
  • Supports recursive directory deletion with the -folder flag.
  • Cleans up the temporary driver service after execution.
  • No C runtime dependency.

Usage

root@kitploit:~
WiseDelete.exe <full_path> [-folder]

Delete a File

root@kitploit:~
WiseDelete.exe "C:\Path\locked.file"

Delete a Directory

root@kitploit:~
WiseDelete.exe "C:\Path\Folder" -folder

Delete multiple files

root@kitploit:~
WiseDelete.exe "C:\Path\locked.file,C:\Path\locked2.file"

Requirements

  • Administrator privileges
  • WiseDelfile64.sys located in the same directory as the executable

⚠️ Disclaimer

This tool is provided for educational and research purposes only. The author is not responsible for any misuse.

License

This project is released under the MIT License.

Download Tool