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.
- Host: GitHub
- URL: https://github.com/roguecybersecuritychannel/vulnerable-driver-scanner
- Owner: RogueCyberSecurityChannel
- License: mit
- Created: 2024-05-04T04:57:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T20:44:53.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T00:05:58.783Z (about 1 year ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 21.4 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```