mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-07-19 20:21:45 +02:00
Certificate-based auth host scanning produces invalid JSON output
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user