From e0d6bb3abaf4a5328047d895ae4ce07804cfdf18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Tissi=C3=A8res?= Date: Thu, 18 Jan 2018 14:30:22 +0100 Subject: [PATCH] Certificate-based auth host scanning produces invalid JSON output --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 40274f3..e1b2dd1 100755 --- a/testssl.sh +++ b/testssl.sh @@ -1472,7 +1472,7 @@ service_detection() { *) if "$CLIENT_AUTH"; then out " certificate-based authentication => skipping all HTTP checks" echo "certificate-based authentication => skipping all HTTP checks" >$TMPFILE - fileout "client_auth" "INFO" "certificate-based authentication => skipping all HTTP checks" + fileout "service" "INFO" "certificate-based authentication => skipping all HTTP checks" else out " Couldn't determine what's running on port $PORT" if "$ASSUME_HTTP"; then