AonCyberLabs / Windows-Exploit-Suggester

This tool compares a targets patch levels against the Microsoft vulnerability database in order to detect potential missing patches on the target. It also notifies the user if there are public exploits and Metasploit modules available for the missing bulletins.
GNU General Public License v3.0
3.94k stars 1.02k forks source link

Removed xlrd library and upgraded to python3 #55

Open Riqky opened 2 years ago

Riqky commented 2 years ago

I fixed the problem with xlrd, by replacing it with openpylx. It is a bit slower, but works without a weird workaround. I also upgraded to python3.

Since this project is very dead, you can contribute to my project here: https://github.com/Riqky/Windows-Exploit-Suggester