Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am apatedolos on github.
  • I am apatedolos (https://keybase.io/apatedolos) on keybase.
  • I have a public key ASDzag3lWx_Mq_xFU4I5Ch6iKt_ZEI8l81lUdtL_wCchfQo

To claim this, I am signing this object:

@apatedolos
apatedolos / testsslfromfile.sh
Last active November 15, 2017 23:06
Simple testssl script
#!/bin/bash
<<"QWERTY"
This script is used to automate SSL certificate testing. It takes the export results of a test from nessus in csv format.
It will read in the name column looking for SSL but not OpenSSL and print this out to file with ":" seperator while removeing duplicates.
It will then run the testssl script against each line and output the results to a file.
QWERTY