Skip to content

Commit

Permalink
OpenSSL 1.0.2 is not a requirement
Browse files Browse the repository at this point in the history
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
  • Loading branch information
oparoz committed Sep 15, 2014
1 parent d3b2c48 commit 9438d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cipherscan
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 9438d64

@tomato42
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

Please sign in to comment.