5465 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / Cargo.toml TOML
[package]
name = "CredsHunter"
version = "0.2.0"
edition = "2021"
description = "xhunter1.sys BYOVD — LSASS credential dump via PPL-bypassing handle leak (CVE-2026-3609)"

[dependencies]
windows = { version = "0.61", features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_Security_Cryptography",
    "Win32_Storage_FileSystem",
    "Win32_System_IO",
    "Win32_System_LibraryLoader",
    "Win32_System_Diagnostics_ToolHelp",
    "Win32_System_Diagnostics_Debug",
    "Win32_System_SystemInformation",
] }

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true