From 13d3b7329bab66171d100f49687cc4364719eced Mon Sep 17 00:00:00 2001 From: Dirk Date: Mon, 6 May 2019 19:35:12 +0200 Subject: [PATCH] Don't include SSLv2 ciphers in hexstream2cipher.sh --- utils/hexstream2cipher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/hexstream2cipher.sh b/utils/hexstream2cipher.sh index 60c5afc..d346499 100755 --- a/utils/hexstream2cipher.sh +++ b/utils/hexstream2cipher.sh @@ -16,7 +16,7 @@ for ((i=0; i $grepstr --> " - cip=$(grep -i ${grepstr} $mapfile | awk '{ print $3 }') + cip=$(grep -i -E "^ *${grepstr}" $mapfile | awk '{ print $3 }') echo $cip if "$first"; then ciphers="$cip"