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

UnboundLocalError: local variable 'lmsid' referenced before assignment #30

Closed 276585877 closed 7 years ago

276585877 commented 7 years ago

Traceback (most recent call last): File "windows-exploit-suggester.py", line 1641, in main() File "windows-exploit-suggester.py", line 453, in main elif ARGS.systeminfo or ARGS.ostext: run(database) File "windows-exploit-suggester.py", line 849, in run if not ARGS.duplicates: alerted.add(lmsid) UnboundLocalError: local variable 'lmsid' referenced before assignment