TLS tests: don't use color

[skip ci]
This commit is contained in:
Bram Matthys 2025-02-14 08:23:15 +01:00
parent 76ba0495a1
commit 83ddf0c79a
No known key found for this signature in database
GPG key ID: BF8116B163EAAE98

View file

@ -19,7 +19,7 @@ $TESTSSL --help >/dev/null || exit 1
# This is the actual scan, later on we use the 'testssl.csv' result
$TESTSSL --nodns none --cipher-per-proto --std --fs --csvfile testssl.pre.csv --logfile testssl.log 127.0.0.1:5901
$TESTSSL --nodns none --color 0 --cipher-per-proto --std --fs --csvfile testssl.pre.csv --logfile testssl.log 127.0.0.1:5901
# Filter this useless stuff out
cat testssl.pre.csv|grep -vF "No engine or GOST support" >testssl.csv