mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-05-02 22:36:05 +02:00
fix ja3/4 for Edge 133 Win 11 23H2
This commit is contained in:
parent
b18dd2aa28
commit
51fce5feb1
@ -2061,6 +2061,8 @@
|
||||
minEcdsaBits+=(-1)
|
||||
curves+=("X25519MLKEM768:x25519:secp256r1:secp384r1")
|
||||
requiresSha2+=(true)
|
||||
ja3+=("f8e65281e2992dcf1d057bc9aaf430e4")
|
||||
ja4+=("t13d1516h2_8daaf6152771_02713d6af862")
|
||||
current+=(true)
|
||||
|
||||
names+=("Opera 12.15 Win 7")
|
||||
|
@ -179,8 +179,6 @@
|
||||
minEcdsaBits+=(-1)
|
||||
curves+=("X25519:secp256r1:secp384r1")
|
||||
requiresSha2+=(true)
|
||||
ja3+=("f8e65281e2992dcf1d057bc9aaf430e4")
|
||||
ja4+=("t13d1516h2_8daaf6152771_02713d6af862")
|
||||
current+=(true)
|
||||
|
||||
names+=("Edge 133 Win 11 23H2")
|
||||
@ -203,6 +201,8 @@
|
||||
minEcdsaBits+=(-1)
|
||||
curves+=("X25519MLKEM768:x25519:secp256r1:secp384r1")
|
||||
requiresSha2+=(true)
|
||||
ja3+=("f8e65281e2992dcf1d057bc9aaf430e4")
|
||||
ja4+=("t13d1516h2_8daaf6152771_02713d6af862")
|
||||
current+=(true)
|
||||
|
||||
names+=("Chrome 73 (Win 10)")
|
||||
|
Loading…
x
Reference in New Issue
Block a user