2
0
mirror of https://github.com/mozilla/cipherscan.git synced 2024-10-05 18:53:40 +02:00

Add target to text output

This commit is contained in:
Julien Vehent 2014-10-17 10:48:59 -04:00
parent 26c7b0e0d7
commit 5b32afaa1f

View File

@ -249,6 +249,7 @@ display_results_in_terminal() {
local tickethint local tickethint
local ocspstaple local ocspstaple
local different=False local different=False
echo "Target: $TARGET"; echo
for cipher in "${cipherspref[@]}"; do for cipher in "${cipherspref[@]}"; do
pciph=$(echo $cipher|awk '{print $1}') pciph=$(echo $cipher|awk '{print $1}')
if [ $DOBENCHMARK -eq 1 ]; then if [ $DOBENCHMARK -eq 1 ]; then