c-bless / reveal

This project contains some PowerShell scripts used to collect system configurations or domain information. Furthermore it has a Flask based web application and API to import and analyze the results of collector scripts. It can export collected data to Excel via the Web-Interface or to JSON via API.
1 stars 1 forks source link

Add sysinfo-collector exporting data to CSV (system review) #75

Closed c-bless closed 7 months ago

c-bless commented 8 months ago

Description: When .NET is not installed on Windows systems the XMLWriter object is not available. Thus results can not be written to XML documents.

Requested solution: Create a dedicated sysinfo-collector script that stores data to CSV files. Add an converter that converts csv to importable XML file.

c-bless commented 8 months ago

Collector script added: creates folder in current directory that is named like the systems hostname. results for all checks will be stored as dedicated CSV files in this directory.

Converter script will be added in python to transform all csv files into a single importable XML file.