Skip to content

riskydissonance/find-vulnerable-drivers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Find Vulnerable Drivers

Find .sys files on disk and compare them against known vulnerable file hashes from https://www.loldrivers.io.

It will then print the file location, the hash and filename according to loldrivers.io, plus if the driver is running and if so the service name.

Usage

Clone and run

powershell -ep bypass
. .\find-vulnerable-drivers.ps1

Quick usage:

powershell -ep bypass { iwr https://raw.githubusercontent.com/m0rv4i/find-vulnerable-drivers/master/find-vulnerable-drivers.ps1 | select -ExpandProperty content | iex }

Credits

Inspired by work done by @api0cradle / @oddvar.moe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published