add GCM in cipher description (debug info)

This commit is contained in:
Dirk 2020-09-14 19:33:07 +02:00
parent 772420cb42
commit 53bef583c6
1 changed files with 1 additions and 1 deletions

View File

@ -17503,7 +17503,7 @@ run_winshock() {
sclient_success=$? sclient_success=$?
if [[ $sclient_success -eq 0 ]] || [[ "$sclient_success" -eq 2 ]]; then if [[ $sclient_success -eq 0 ]] || [[ "$sclient_success" -eq 2 ]]; then
pr_svrty_best "not vulnerable (OK)" pr_svrty_best "not vulnerable (OK)"
debugme echo " - CAMELLIA or ECDHE_RSA ciphers found" debugme echo " - CAMELLIA or ECDHE_RSA GCM ciphers found"
fileout "$jsonID" "OK" "not vulnerable " "$cve" "$cwe" fileout "$jsonID" "OK" "not vulnerable " "$cve" "$cwe"
outln outln
return 0 return 0