mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-27 05:22:24 +01:00
TLS tests: don't use color
[skip ci]
This commit is contained in:
parent
76ba0495a1
commit
83ddf0c79a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue