mirror of
https://github.com/mozilla/cipherscan.git
synced 2025-04-20 08:43:40 +02:00
Merge a7999aa866
into e9f3df4e9f
This commit is contained in:
commit
e9eaaf3855
@ -767,6 +767,10 @@ display_results_in_terminal() {
|
||||
fi
|
||||
|
||||
echo "Target: $TARGET"; echo
|
||||
if [[ ${#cipherspref[*]} -lt 1 ]]; then
|
||||
echo "No ciphers detected! Aborting."
|
||||
exit 1
|
||||
fi
|
||||
for cipher in "${cipherspref[@]}"; do
|
||||
# get first in array
|
||||
pciph=($cipher)
|
||||
|
Loading…
Reference in New Issue
Block a user