mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
Update testssl.sh
Fix typo.
This commit is contained in:
parent
594996883f
commit
4df61eed14
@ -4453,7 +4453,7 @@ else
|
|||||||
lets_roll "${STARTTLS_PROTOCOL}"
|
lets_roll "${STARTTLS_PROTOCOL}"
|
||||||
ret=$?
|
ret=$?
|
||||||
else # no --ip was supplied
|
else # no --ip was supplied
|
||||||
if [[ $(printf "$IPADDRs" | wc -w | sed 's/ //g') -gt 1 ]]; then # we have more that one ipv4 address to check
|
if [[ $(printf "$IPADDRs" | wc -w | sed 's/ //g') -gt 1 ]]; then # we have more than one ipv4 address to check
|
||||||
pr_bold "Testing now all IP addresses (on port $PORT): "; outln "$IPADDRs"
|
pr_bold "Testing now all IP addresses (on port $PORT): "; outln "$IPADDRs"
|
||||||
for ip in $IPADDRs; do
|
for ip in $IPADDRs; do
|
||||||
draw_dotted_line "-" $TERM_DWITH
|
draw_dotted_line "-" $TERM_DWITH
|
||||||
|
Loading…
Reference in New Issue
Block a user