mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
fix json/csv output for ticketbleed
This commit is contained in:
parent
b4889a731b
commit
49b1be9f34
@ -9304,7 +9304,7 @@ run_ticketbleed() {
|
||||
out "likely "
|
||||
pr_done_best "not vulnerable (OK)"
|
||||
out " -- but received a session ID back which shouldn't happen"
|
||||
fileout "ticketbleed" "OK" "Ticketbleed: vulnerable, but with a session ID reply" "$cve" "$cwe"
|
||||
fileout "ticketbleed" "OK" "Ticketbleed: not vulnerable, but with a session ID reply which shouldn't happen" "$cve" "$cwe"
|
||||
fi
|
||||
elif [[ "${tls_hello_ascii:0:2}" == "15" ]]; then
|
||||
debugme echo -n "TLS Alert ${tls_hello_ascii:10:4} (TLS version: ${tls_hello_ascii:2:4}) -- "
|
||||
|
Loading…
Reference in New Issue
Block a user