Create Resources.md

This commit is contained in:
Joas A Santos
2025-03-04 15:20:19 -03:00
committed by GitHub
parent f950551bb6
commit f6e889a459
+40
View File
@@ -0,0 +1,40 @@
## 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.
## 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)