HackSys Extreme Vulnerable Driver is intentionally vulnerable Windows driver developed for security enthusiasts to learn and polish their exploitation skills at Kernel level.
HackSys Extreme Vulnerable Driver caters wide range of vulnerabilities ranging from simple Buffer Overflows
to complex Use After Frees
and Pool Overflows
. This allows the researchers to explore the exploitation techniques for every implemented vulnerabilities.
Vulnerabilities Implemented
- Pool Overflow
- Use After Free
- Type Confusion
- Stack Overflow
- Integer Overflow
- Stack Overflow GS
- Arbitrary Overwrite
- Null Pointer Dereference
Building Driver
- Install Windows Driver Kit
- Change
%localSymbolServerPath%
inBuild_HEVD_Secure.bat
andBuild_HEVD_Vulnerable.bat
driver builder - Run the appropriate driver builder
Build_HEVD_Secure.bat
orBuild_HEVD_Vulnerable.bat
Installing Driver
Use OSR Driver Loader to install HackSys Extreme Vulnerable Driver
Supported Windows Versions
This driver has been successfully tested on Windows XP SP3 (x86), Windows 2003 SP3 (x86) and Windows 7 SP1 (x86), but it can support Windows 8/8.1 (x86) too. Windows 8/8.1 support has not been tested.
Source && Download
The post HackSys — Extreme Vulnerable Windows Driver appeared first on DigitalMunition.