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

Ported windows-exploit-suggester.py to python 3 #38

Closed comrumino closed 2 years ago

comrumino commented 4 years ago

Since python 2 is reaching end of life, it is time to port!