add GCM in cipher description (debug info)
This commit is contained in:
parent
772420cb42
commit
53bef583c6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue