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