SuperCATDevelopers / SuperCAT

The purpose of SuperCAT is to provide an all-in-one tool to inventory and audit offline computers without making any changes the baseline of the target machine. It is intended to run from a re-writable CD/DVD.
Other
1 stars 2 forks source link

Bug: Default structure does not include all required folders #31

Closed lordneeko closed 3 years ago

lordneeko commented 3 years ago

$GatherLogs = "$Drive..\GatheredLogs" $AVLogs = "$Drive..\AVLogs" $SCAPLogs = "$Drive..\SCAPLogs" $EventLogs = "$Drive..\EventLogs"

Of these required directories, the script only checks for the existence (and subsequently creates) the EventsLogs directory. All of the others will fail if they are not manually created by the user. We should either fix the script to create the directories or create them as a part of the source code.