mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-30 21:35:26 +01:00 
			
		
		
		
	Add missing comma
I did some testing with http://jsonlint.com/ and discovered a missing comma when massing testing is being performed and a single JSON file is being created.
This commit is contained in:
		| @@ -892,7 +892,7 @@ fileout_json_finding() { | |||||||
|                  $do_mx_all_ips && target="$URI" |                  $do_mx_all_ips && target="$URI" | ||||||
|                  echo -e "          { |                  echo -e "          { | ||||||
|                     \"target host\"     : \"$target\", |                     \"target host\"     : \"$target\", | ||||||
|                     \"port\"            : \"$PORT\" |                     \"port\"            : \"$PORT\", | ||||||
|                     \"service\"         : \"$finding\", |                     \"service\"         : \"$finding\", | ||||||
|                     \"ip\"              : \"$NODEIP\","  >> "$JSONFILE" |                     \"ip\"              : \"$NODEIP\","  >> "$JSONFILE" | ||||||
|             else |             else | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 David Cooper
					David Cooper