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

Support for Python3 using virtualenv. #53

Open gr33nm0nk2802 opened 3 years ago

gr33nm0nk2802 commented 3 years ago

Python3 Support is added and using virtualenv we can use it inside of virtualenv. Not backwards compatible with python2.

gr33nm0nk2802 commented 2 years ago

Hello thanks for the approval. You can also take a look at https://hub.docker.com/r/gr33nm0nk2802/windows-exploit-suggester which I created using this repository.

gr33nm0nk2802 commented 2 years ago

Feel free to merge this with the repo after all checks.