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
- Host: GitHub
- URL: https://github.com/l4rm4nd/ssh-audit-excel
- Owner: l4rm4nd
- Created: 2024-08-20T16:21:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-20T21:22:32.000Z (about 1 year ago)
- Last Synced: 2025-07-17T14:18:18.763Z (3 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
````