mirror of
https://github.com/CyberSecurityUP/Offensive-Windows-Drivers-Development
synced 2026-06-06 15:34:28 +00:00
44 lines
2.1 KiB
Markdown
44 lines
2.1 KiB
Markdown
## OSR Device Tree
|
|
[OSR Device Tree](https://github.com/kasif-dekel/OSR_DeviceTree_Vuln)
|
|
An interesting tool to gather information about the drivers installed and configured on your machine.
|
|
|
|
## OSR Loader
|
|
[OSR Loader](https://www.osronline.com/article.cfm%5Earticle=157.htm)
|
|
A more effective way to install and configure drivers, using an intuitive GUI.
|
|
|
|
## WinDBG Extensions
|
|
- [WinDBG Extensions by Kevin Gosse](https://github.com/kevingosse/windbg-extensions)
|
|
- [Awesome WinDBG Extensions](https://github.com/anhkgg/awesome-windbg-extensions)
|
|
|
|
Some extensions useful for debugging drivers, saving command histories, and results to be used later.
|
|
|
|
## IOCTL Decoder
|
|
[IOCTL Decoder](https://www.osronline.com/article.cfm%5Earticle=229.htm)
|
|
Using the IOCTL Decoder, you can understand the function and methods used based on an IOCTL code, making it useful for building PoCs or even developing drivers.
|
|
|
|
## SysfilesDown
|
|
[SysfilesDown](https://www.sysfiledown.com/)
|
|
If you need drivers, this is a place where you can download them.
|
|
|
|
## Offensive Windows Driver Development
|
|
[Offensive Windows Drivers Development](https://github.com/CyberSecurityUP/Offensive-Windows-Drivers-Development)
|
|
A repository created to house experimental driver development projects working with UDMF and KDMF.
|
|
|
|
## Physmem Drivers
|
|
[Physmem Drivers](https://github.com/namazso/physmem_drivers)
|
|
A collection of various vulnerable (mostly physical memory exposing) drivers.
|
|
|
|
## LolDrivers
|
|
[LolDrivers](https://www.loldrivers.io/)
|
|
A list of vulnerable drivers for exploitation.
|
|
|
|
## Process Access Right List
|
|
[Threathunterplaybook](https://threathunterplaybook.com/library/windows/process_access_rights.html)
|
|
|
|
## Blog Resources
|
|
|
|
- [H0mbre's Blog](https://h0mbre.github.io/) - PoCs and research in drivers by H0mbre.
|
|
- [CyberArk - Finding Bugs in Windows Drivers (Part 1 - WDM)](https://www.cyberark.com/resources/threat-research-blog/finding-bugs-in-windows-drivers-part-1-wdm)
|
|
- [VMware Blog - Hunting Vulnerable Kernel Drivers](https://blogs.vmware.com/security/2023/10/hunting-vulnerable-kernel-drivers.html)
|
|
|