mirror of
https://github.com/mozilla/cipherscan.git
synced 2024-11-05 07:23:42 +01:00
Add target to text output
This commit is contained in:
parent
26c7b0e0d7
commit
5b32afaa1f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user