mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-11-04 07:45:27 +01:00 
			
		
		
		
	fix json/csv output for ticketbleed
This commit is contained in:
		@@ -9304,7 +9304,7 @@ run_ticketbleed() {
 | 
				
			|||||||
               out "likely "
 | 
					               out "likely "
 | 
				
			||||||
               pr_done_best "not vulnerable (OK)"
 | 
					               pr_done_best "not vulnerable (OK)"
 | 
				
			||||||
               out " -- but received a session ID back which shouldn't happen"
 | 
					               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
 | 
					          fi
 | 
				
			||||||
     elif [[ "${tls_hello_ascii:0:2}" == "15" ]]; then
 | 
					     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}) -- "
 | 
					          debugme echo -n "TLS Alert ${tls_hello_ascii:10:4} (TLS version: ${tls_hello_ascii:2:4}) -- "
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user