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

what if I want to use this tool without sysinfo? #23

Open AddaxSoft opened 7 years ago

Neo23x0 commented 7 years ago

Just use the builtin tool "systeminfo" and pipe it's output into a file.

AddaxSoft commented 7 years ago

yes I figured that out later. thnx @Neo23x0 ! It doesn't seem very effecient to me to ask the user to feed the output of systeminfo maunally. Is there any reason for that? (i.e. why doesn't it get auto generated upon the first run)

sammbertram commented 7 years ago

I did not have this use case when I created the tool, as it was meant to for quick exploitation.

Instead of getting someone to execute this tool (and worry about Python and other dependencies) it seemed easier to gather the systeminfo output and perform offline analysis.