mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-18 18:02:55 +02:00
@ -313,7 +313,7 @@ readonly SSLv2_CLIENT_HELLO="
|
|||||||
|
|
||||||
|
|
||||||
###### output functions ######
|
###### output functions ######
|
||||||
# a little bit of sanitzing with bash internal search&replace -- otherwise printf will hiccup at '%' and '--' does the rest.
|
# a little bit of sanitizing with bash internal search&replace -- otherwise printf will hiccup at '%' and '--' does the rest.
|
||||||
out(){
|
out(){
|
||||||
# if [[ "$BASH_VERSINFO" -eq 4 ]]; then
|
# if [[ "$BASH_VERSINFO" -eq 4 ]]; then
|
||||||
printf -- "%b" "${1//%/%%}"
|
printf -- "%b" "${1//%/%%}"
|
||||||
|
Reference in New Issue
Block a user