mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	All self retrieved Android handshakes modified to service ANY
This commit is contained in:
		| @@ -207,7 +207,7 @@ | |||||||
|      lowest_protocol+=("0x0301") |      lowest_protocol+=("0x0301") | ||||||
|      highest_protocol+=("0x0303") |      highest_protocol+=("0x0303") | ||||||
|      alpn+=("h2,http/1.1") |      alpn+=("h2,http/1.1") | ||||||
|      service+=("HTTP,FTP,SMTP,POP,IMAP") |      service+=("ANY") | ||||||
|      minDhBits+=(-1) |      minDhBits+=(-1) | ||||||
|      maxDhBits+=(-1) |      maxDhBits+=(-1) | ||||||
|      minRsaBits+=(-1) |      minRsaBits+=(-1) | ||||||
| @@ -229,7 +229,7 @@ | |||||||
|      lowest_protocol+=("0x0301") |      lowest_protocol+=("0x0301") | ||||||
|      highest_protocol+=("0x0304") |      highest_protocol+=("0x0304") | ||||||
|      alpn+=("h2,http/1.1") |      alpn+=("h2,http/1.1") | ||||||
|      service+=("HTTP,FTP,SMTP,POP,IMAP") |      service+=("ANY") | ||||||
|      minDhBits+=(-1) |      minDhBits+=(-1) | ||||||
|      maxDhBits+=(-1) |      maxDhBits+=(-1) | ||||||
|      minRsaBits+=(-1) |      minRsaBits+=(-1) | ||||||
|   | |||||||
| @@ -17,7 +17,7 @@ | |||||||
|      lowest_protocol+=("0x0301") |      lowest_protocol+=("0x0301") | ||||||
|      highest_protocol+=("0x0303") |      highest_protocol+=("0x0303") | ||||||
|      alpn+=("h2,http/1.1") |      alpn+=("h2,http/1.1") | ||||||
|      service+=("HTTP,FTP,SMTP,POP,IMAP") |      service+=("ANY") | ||||||
|      minDhBits+=(-1) |      minDhBits+=(-1) | ||||||
|      maxDhBits+=(-1) |      maxDhBits+=(-1) | ||||||
|      minRsaBits+=(-1) |      minRsaBits+=(-1) | ||||||
| @@ -39,7 +39,7 @@ | |||||||
|      lowest_protocol+=("0x0301") |      lowest_protocol+=("0x0301") | ||||||
|      highest_protocol+=("0x0304") |      highest_protocol+=("0x0304") | ||||||
|      alpn+=("h2,http/1.1") |      alpn+=("h2,http/1.1") | ||||||
|      service+=("HTTP,FTP,SMTP,POP,IMAP") |      service+=("ANY") | ||||||
|      minDhBits+=(-1) |      minDhBits+=(-1) | ||||||
|      maxDhBits+=(-1) |      maxDhBits+=(-1) | ||||||
|      minRsaBits+=(-1) |      minRsaBits+=(-1) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter