Skip to content

Finds imports that could be exploited, still requires manual analysis.

Notifications You must be signed in to change notification settings

riesha/drv-vuln-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drv-vuln-scanner

Vulnerable driver scanning tool for win64, put drivers to scan in drv/. Finds imports that could be exploited, still requires manual analysis.

notes

checked_imports is just what i was looking for, there's a lot of other potentially exploitable imports you can check for.

MmMapIoSpace needs other functions like MmMapLockedPages to map physmem

MmCopyMemory lets you map physmem w MM COPY MEMORY PHYSICAL flags

results.json is a scan of some drivers i could find.

About

Finds imports that could be exploited, still requires manual analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages