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 to Python3.x #39

Open aysebilgegunduz opened 4 years ago

aysebilgegunduz commented 4 years ago

TL;DR I ported the code from Python2.x to Python3.x usage. While I ported I tried to stick with the original one. So I avoid changing a lot.

mats-codes commented 3 years ago

Thanks!