Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/l4rm4nd/shcheck2excel

Python3 script to convert shcheck json output to xslt
https://github.com/l4rm4nd/shcheck2excel

Last synced: 5 days ago
JSON representation

Python3 script to convert shcheck json output to xslt

Awesome Lists containing this project

README

        

# Description

This script will parse a JSON result file generated by shcheck and convert it to XSLX.

An shcheck json file can be generated with the following command:

````bash
python3 shcheck.py -d -g -j -k --hfile webservices.txt > shcheck_results.json
````

# Installation

The script requires the python modules mentioned in requirements.txt. These can be installed with the following command:

````bash
pip3 install -r requirements.txt
````

## Usage
The script can be started with the following command:
````bash
python3 shcheck2excel -i shcheck_results.json
````

The output file will be an Excel file showing the results of the audit.

## Credits

Many thanks to [michiiii](https://github.com/michiiii) for this beautiful helper script <3