mirror of
https://github.com/mozilla/cipherscan.git
synced 2024-11-22 14:23:41 +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 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
|
||||||
|
Loading…
Reference in New Issue
Block a user