mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-30 13:25:25 +01:00 
			
		
		
		
	Merge branch '2.9dev' into run_pfs_sockets
This commit is contained in:
		| @@ -8618,7 +8618,7 @@ run_ccs_injection(){ | |||||||
|           fi |           fi | ||||||
|           ret=1 |           ret=1 | ||||||
|      fi |      fi | ||||||
|      [[ $retval -eq 3 ]] && out " (timed out)" |      [[ $retval -eq 3 ]] && out ", timed out" | ||||||
|      outln |      outln | ||||||
|  |  | ||||||
|      close_socket |      close_socket | ||||||
| @@ -8696,7 +8696,7 @@ run_renego() { | |||||||
|           echo R | $OPENSSL s_client $OPTIMAL_PROTO $BUGS $legacycmd $STARTTLS -msg -connect $NODEIP:$PORT $addcmd $PROXY >$TMPFILE 2>>$ERRFILE & |           echo R | $OPENSSL s_client $OPTIMAL_PROTO $BUGS $legacycmd $STARTTLS -msg -connect $NODEIP:$PORT $addcmd $PROXY >$TMPFILE 2>>$ERRFILE & | ||||||
|           wait_kill $! $HEADER_MAXSLEEP |           wait_kill $! $HEADER_MAXSLEEP | ||||||
|           if [[ $? -eq 3 ]]; then |           if [[ $? -eq 3 ]]; then | ||||||
|                pr_done_good "likely not vulnerable (OK)"; outln " (timed out)"       # it hung |                pr_done_good "likely not vulnerable (OK)"; outln ", timed out"        # it hung | ||||||
|                fileout "sec_client_renego" "OK" "Secure Client-Initiated Renegotiation : likely not vulnerable (timed out)" "$cve" "$cwe" |                fileout "sec_client_renego" "OK" "Secure Client-Initiated Renegotiation : likely not vulnerable (timed out)" "$cve" "$cwe" | ||||||
|                sec_client_renego=1 |                sec_client_renego=1 | ||||||
|           else |           else | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 David Cooper
					David Cooper