Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 480 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 480 Bytes

WKE

Windows Kernel Exploitation

Description

WKE is a Rust-based Windows kernel exploitation library which contains sample exploits for common Windows kernel bug classes.

Tested on: Windows Server Version 10.0.20348 Build 20348

Available Exploits

  1. HEVD Stack Buffer Overflow
  2. HEVD Type Confusion
  3. HEVD Use-After-Free
  4. HEVD Uninitialized Heap Variable Takeover
  5. HEVD Uninitialized Stack Variable Takeover
  6. HEVD NX Non-Paged Pool Buffer Overflow (Data-Only)