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

Little integrations #42

Closed h3r0cybersec closed 3 years ago

h3r0cybersec commented 4 years ago

added automatic installation of xlrd module if doesn't exists ;PEP8 autoformat of the entire document;performed full porting to python 3;fixed module import error on StringIO, with python 3 it is under io module;fixed urllib2 functions that in python 3 have been moved in differents modules