An open API service indexing awesome lists of open source software.

https://github.com/roguecybersecuritychannel/vulnerable-driver-scanner

A script that webs scrapes multiple webpages for known vulnerable Windows Drivers, SHA256 hashes all system drivers, looks for matching driver names and SHA256 hashes.
https://github.com/roguecybersecuritychannel/vulnerable-driver-scanner

antivirus blueteam blueteam-tools blueteaming-tools checker cyber-security cybersecurity cybersecurity-education cybersecurity-tools driver drivers edr python scanner vulenrability vulnerable windows windows-10 windows-11 windowsdriver

Last synced: 11 months ago
JSON representation

A script that webs scrapes multiple webpages for known vulnerable Windows Drivers, SHA256 hashes all system drivers, looks for matching driver names and SHA256 hashes.

Awesome Lists containing this project

README

          

Vulnerable Driver Scanner
----------------------------


___ __ ______ ________ _____ ______________ ______
__ | / /___ ____ /______ ___ __ \_________(_)__ ______________ __ ____/__ /_______________ /__
__ | / /_ / / /_ /__ __ \ __ / / /_ ___/_ /__ | / / _ \_ ___/ _ / __ __ \ _ \ ___/_ //_/
__ |/ / / /_/ /_ / _ / / / _ /_/ /_ / _ / __ |/ // __/ / / /___ _ / / / __/ /__ _ ,<
_____/ \__,_/ /_/ /_/ /_/ /_____/ /_/ /_/ _____/ \___//_/ \____/ /_/ /_/\___/\___/ /_/|_|
-------------------------------------------------------------------------------------------------------------
{GitHub:https://github.com/RogueCyberSecurityChannel}

- Query lol drivers API https://www.loldrivers.io/api/drivers.json for known vulnerable drivers & their SHA 256 hashes
- Query host drivers
- SHA 256 hash all local system drivers!
- Look for matches
- Suggest commands to delete any vulnerable drivers

git clone
```sh
git clone https://github.com/RogueCyberSecurityChannel/Vulnerable-Driver-Scanner
```