From 5b32afaa1f4903b04b62ad9b6e62dabacce3da43 Mon Sep 17 00:00:00 2001 From: Julien Vehent Date: Fri, 17 Oct 2014 10:48:59 -0400 Subject: [PATCH] Add target to text output --- cipherscan | 1 + 1 file changed, 1 insertion(+) diff --git a/cipherscan b/cipherscan index 7c02886..2b789cf 100755 --- a/cipherscan +++ b/cipherscan @@ -249,6 +249,7 @@ display_results_in_terminal() { local tickethint local ocspstaple local different=False + echo "Target: $TARGET"; echo for cipher in "${cipherspref[@]}"; do pciph=$(echo $cipher|awk '{print $1}') if [ $DOBENCHMARK -eq 1 ]; then