AonCyberLabs/Windows-Exploit-Suggester

what if I want to use this tool without sysinfo?

AddaxSoft opened this issue · 3 comments

what if I want to use this tool without sysinfo?

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

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)

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.