Skip to content

CSV parser script for testssl.sh outputs written in Python3

Notifications You must be signed in to change notification settings

AakashDadhich/testssl-parser-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Testssl CSV Parser - Python3

Python3 script to parse CSV output files from testssl.sh.

Setup

  1. Download testssl-parser.py and place it wherever you keep your scripts.
  2. OPTIONAL: add an alias into your ~/.zshrc or ~/.bashrc file:

alias parse-testssl=python3 {path-to-file}/testssl-parser.py

Usage

After downloading the script, it can be ran using python3 via the command line and providing the .csv file as an argument:

python3 testssl-parser.py {path-to-file}.csv

If you completed the optional setup step of adding it as an alias, then you can simply run the following from any directory:

parse-testssl {path-to-file}.csv

Once ran, an output file named parsed-testssl.txt will be created in the current working directory. It can be opened in your favourite text editor, or viewed on the command line by running:

cat parsed-testssl.txt

About

CSV parser script for testssl.sh outputs written in Python3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages