mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-30 21:35:26 +01:00 
			
		
		
		
	Fix prln usage to outln
This commit is contained in:
		| @@ -9116,7 +9116,7 @@ run_ticketbleed() { | |||||||
|      [[ $VULN_COUNT -le $VULN_THRESHLD ]] && outln && pr_headlineln " Testing for Ticketbleed vulnerability " && outln |      [[ $VULN_COUNT -le $VULN_THRESHLD ]] && outln && pr_headlineln " Testing for Ticketbleed vulnerability " && outln | ||||||
|      pr_bold " Ticketbleed"; out " ($cve), experiment.  " |      pr_bold " Ticketbleed"; out " ($cve), experiment.  " | ||||||
|  |  | ||||||
|      [[ "$SERVICE" != HTTP ]] && prln "--   (applicable only for HTTPS)" && return 0 |      [[ "$SERVICE" != HTTP ]] && outln "--   (applicable only for HTTPS)" && return 0 | ||||||
|  |  | ||||||
|      if $(has_server_protocol "tls1"); then |      if $(has_server_protocol "tls1"); then | ||||||
|           tls_hexcode="x03, x01" |           tls_hexcode="x03, x01" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Ondřej Surý
					Ondřej Surý