Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility check + loldrivers API #3

Merged

Conversation

iwantmyhatback
Copy link

lol_vulnerable_driver_parser didn't seem to work as intended. The matching to driver.endswith('.sys') did not seem to ever work correctly (always returned nothing) so I modified the code to use the loldrivers API instead (which also provides a lot more info than the web scrape).

Also added a check that the machine is a windows device and early exit in the case of incompatibility, seeing as it continued to attempt to work on my non-windows machine.

I don't have a Windows VM spun up currently to test so feel free to mess around with it before merging if you and something that doesn't work

iwantmyhatback added 4 commits June 21, 2024 19:27
@RogueCyberSecurityChannel RogueCyberSecurityChannel merged commit 8ba1dcb into RogueCyberSecurityChannel:main Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants