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

Database filetype xlsx not supported fix #48

Open NICKCHEESE opened 3 years ago

NICKCHEESE commented 3 years ago

Not sure if anyone else has had this issue come up when trying to run this but here's what I did: Run the database update command as normal Rename the database file FROM .xls TO .xlsx Then use as online tool to convert it back into .xls format. Stupid I know. I used (https://www.zamzar.com/convert/xlsx-to-xls/) Save the file and replace your existing one and run the script as you normally would.

At least this worked for me. Maybe it'll help someone else out too.

d3vilbug commented 3 years ago

yes, it's working with this 😐

pyhoff commented 3 years ago

1) use Python3 and venev. --https://medium.com/swlh/how-to-setup-your-python-projects-1eb5108086b1

2) need to install older an version of xlrd, for example pip2 install --user xlrd==1.1.0

preetharman40 commented 3 years ago

Thankx @NICKCHEESE , it worked for me also

netpr1s0ner commented 3 years ago
1. use Python3 and venev. --https://medium.com/swlh/how-to-setup-your-python-projects-1eb5108086b1

2. need to install older an version of xlrd, for example
   pip2 install --user xlrd==1.1.0

nice

cybert0ucan commented 3 years ago

Thanks! What a life-saver!