Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/l4rm4nd/shcheck2excel
- Owner: l4rm4nd
- Created: 2023-02-02T01:03:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T09:45:17.000Z (3 months ago)
- Last Synced: 2024-08-19T11:36:27.508Z (3 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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