Skip to content

Instantly share code, notes, and snippets.

View Veshialle's full-sized avatar

Veshialle Veshialle

View GitHub Profile

Keybase proof

I hereby claim:

  • I am veshialle on github.
  • I am veshialle (https://keybase.io/veshialle) on keybase.
  • I have a public key ASCwHrVHTAmATeBIV0CrpeXWrm9QTxJZub-Abl6Ilmhb2wo

To claim this, I am signing this object:

@Veshialle
Veshialle / check_cypher.sh
Created December 31, 2020 11:34
check_cypher
#!/usr/bin/env bash
# OpenSSL requires the port number.
SERVER=$1
DELAY=1
ciphers=$(openssl ciphers 'ALL:eNULL' | sed -e 's/:/ /g')
echo Obtaining cipher list from $(openssl version).
for cipher in ${ciphers[@]}