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
BYOVD — BYOVD research use cases featuring vulnerable driver discovery and reverse engineering methodology. (CVE-2025-52915, CVE-2025-1055, CVE-2026-3609, CVE-2026-8501). | Kitploit
Tools/GitHubGitHub/blacksnufkin/byovd
Privilege EscalationVulnerability AnalysisExploitationIDS/IPS EvasionReverse EngineeringLearning & EducationRed Teaming
GitHubblacksnufkin/byovd

BYOVD

BYOVD research use cases featuring vulnerable driver discovery and reverse engineering methodology. (CVE-2025-52915, CVE-2025-1055, CVE-2026-3609, CVE-2026-8501).

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

EnPortv-Killer

  • PoC for vulnerability in EnPortv driver from EnCase

  • As of 2026-07-10, the driver is listed on LOLDDrivers but remains absent from Microsoft's recommended driver block rules as of 2026-07-10

Built on byovd-lib -- implements the DriverConfig trait and delegates the full BYOVD flow to the shared library.

Driver hashes:

  • EnPortv.sys SHA256: d42f1b420747b82533e33107c710c45c29ff20aa5da3d1c8498b7bed7f9ebc81

Usage

Place EnPortv.sys in the same directory as the executable.

root@kitploit:~
PS C:\Users\User\Desktop> .\EnPortv-Killer.exe -h
BYOVD process killer using ardrv driver

Usage: EnPortv-Killer.exe --name <PROCESS_NAME>

Options:
  -n, --name <PROCESS_NAME>  Target process name (e.g., notepad.exe)
  -h, --help                 Print help
  -V, --version              Print version
root@kitploit:~
# Build
cargo build --release -p EnPortv-Killer

# Run
.\EnPortv-Killer.exe -n notepad.exe
Download Tool