mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	FIX #779
This commit is contained in:
		@@ -2079,7 +2079,7 @@ run_cookie_flags() {     # ARG1: Path
 | 
			
		||||
     pr_bold " Cookie(s)                    "
 | 
			
		||||
     grep -ai '^Set-Cookie' $HEADERFILE >$TMPFILE
 | 
			
		||||
     if [[ $? -eq 0 ]]; then
 | 
			
		||||
          nr_cookies=$(count_lines "$TMPFILE")
 | 
			
		||||
          nr_cookies=$(count_lines "$(cat $TMPFILE)")
 | 
			
		||||
          out "$nr_cookies issued: "
 | 
			
		||||
          fileout "cookie_count" "INFO" "$nr_cookies cookie(s) issued at \"$1\"$msg302_"
 | 
			
		||||
          if [[ $nr_cookies -gt 1 ]]; then
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user