mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-11-04 07:45:27 +01:00 
			
		
		
		
	Return 0 even if test couldn't be performed
This commit is contained in:
		@@ -6447,7 +6447,7 @@ run_ssl_poodle() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
     [[ $VULN_COUNT -le $VULN_THRESHLD ]] && outln && pr_headlineln " Testing for SSLv3 POODLE (Padding Oracle On Downgraded Legacy Encryption) " && outln
 | 
					     [[ $VULN_COUNT -le $VULN_THRESHLD ]] && outln && pr_headlineln " Testing for SSLv3 POODLE (Padding Oracle On Downgraded Legacy Encryption) " && outln
 | 
				
			||||||
     pr_bold " POODLE, SSL"; out " (CVE-2014-3566)               "
 | 
					     pr_bold " POODLE, SSL"; out " (CVE-2014-3566)               "
 | 
				
			||||||
     locally_supported "-ssl3" || return 1
 | 
					     locally_supported "-ssl3" || return 0
 | 
				
			||||||
     cbc_ciphers=$(actually_supported_ciphers $cbc_ciphers)
 | 
					     cbc_ciphers=$(actually_supported_ciphers $cbc_ciphers)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
     debugme echo $cbc_ciphers
 | 
					     debugme echo $cbc_ciphers
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user