From 3f5735a1a0373ec2b611d28af111b61104c68caf Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Tue, 14 Apr 2020 14:14:45 +0200 Subject: [PATCH] make the sneaky user agent sneaky again --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 39c7a60..87a9e3d 100755 --- a/testssl.sh +++ b/testssl.sh @@ -265,7 +265,7 @@ else fi DISPLAY_CIPHERNAMES="openssl" # display OpenSSL ciphername (but both OpenSSL and RFC ciphernames in wide mode) declare -r UA_STD="TLS tester from $SWURL" -declare -r UA_SNEAKY="Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0" +declare -r UA_SNEAKY="Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0" ########### Initialization part, further global vars just being declared here #