windows-exploit-suggester
https://github.com/GDSSecurity/Windows-Exploit-Suggester
Examples
Update vulnerability database
./windows-exploit-suggester.py --update
feed it "systeminfo" input, and point it to the microsoft database
./windows-exploit-suggester.py --database 2014-06-06-mssb.xlsx --systeminfo win7sp1-systeminfo.txt
feed it "ostext" input, and point it to the microsoft database
./windows-exploit-suggester.py --database 2014-06-06-mssb.xlsx --ostext 'windows server 2008 r2'