From 9438d647622be4663a74bf4a5e051dc27cb5590f Mon Sep 17 00:00:00 2001 From: Olivier Paroz Date: Mon, 15 Sep 2014 17:38:47 +0200 Subject: [PATCH] OpenSSL 1.0.2 is not a requirement Back when egrep wasn't working, I tried to fix various things and 1.0.2 was allowing the script to go further without breaking. After having installed a more recent version of GNU grep, things were back to normal and 1.0.1 works fine --- cipherscan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cipherscan b/cipherscan index 8196bae..0b48c11 100755 --- a/cipherscan +++ b/cipherscan @@ -50,7 +50,7 @@ $0 attempts to connect to a target site using all the ciphersuites it knows. Original script by Julien Vehent. [:ulfr] - https://github.com/jvehent/cipherscan FreeBSD version by Olivier Paroz. [:ulfr] - https://github.com/oparoz/cipherscan -OpenSSL 1.0.2 is a REQUIREMENT and you will also need the following ports on FreeBSD: textproc/gnugrep and sysutils/coreutils +On FreeBSD, you will need the following ports on FreeBSD: textproc/gnugrep and sysutils/coreutils Port defaults to 443