Skip to content

Scan for potentially vulnerable drivers

License

Notifications You must be signed in to change notification settings

AIVDNL/drvscanner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drvscanner

Scan for potentially vulnerable drivers

Usage

By default the program will search for the following imports:

  • MmMapIoSpace
  • MmGetPhysicalAddress
  • MmMapLockedPagesSpecifyCache
  • MmAllocatePagesForMdl
  • MmAllocatePagesForMdlEx

But this can be changed by adding a path to a txt file containing your desired imports separated by a newline when running the program. For example: drvscanner.exe C:\Windows\System32\Drivers target_imports.txt.

The program will always search for IoCreateDevice regardless of whether it is passed in a custom imports.txt file or not.

About

Scan for potentially vulnerable drivers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%