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

https://github.com/l4rm4nd/ssh-audit-excel

Python 3 script to convert ssh-audit JSON result files to XLSX
https://github.com/l4rm4nd/ssh-audit-excel

Last synced: 2 months ago
JSON representation

Python 3 script to convert ssh-audit JSON result files to XLSX

Awesome Lists containing this project

README

          

# ssh-audit-excel
Python 3 script to convert ssh-audit JSON result files to XLSX

## Creating JSON Output Files

````
python3 ssh-audit.py -2 -jj 127.0.0.1 -p 22 > output.json
````

## Creating Excel File

````
python3 ssh-audit-excel.py -d
````

![image](https://github.com/user-attachments/assets/ba55eaff-85b2-41ae-9740-e1b7dba8d810)