Skip to content

Commit

Permalink
Add fresh fingerprints
Browse files Browse the repository at this point in the history
 Chrome_linux_130_0_6723_58 Firefox_linux_stable_131_0_3
  • Loading branch information
github-actions committed Oct 17, 2024
1 parent 3428707 commit dc53005
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions pkg/fingerprints/fingerprints.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ const (
Chrome_linux_129_0_6668_91 ClientHelloFingerprint = "fefd5778a58f6a98d694838f96447c9ddc15c3b4a6a9d99f38e3312583b0f89bd9a900000016c02bc02fcca9cca8c009c013c00ac014009c002f003501000044000b000201000017000000230000000d00140012040308040401050308050501080606010201000a00080006001d00170018ff01000100000e0009000600010008000700" //nolint:revive,stylecheck
Chrome_linux_129_0_6668_100 ClientHelloFingerprint = "fefd7d97708e9236f40b33196c40727b4d5766a9309d2b2e717d7ded0863a1e1ce0900000016c02bc02fcca9cca8c009c013c00ac014009c002f003501000044000a00080006001d00170018000b00020100000e0009000600010008000700ff010001000023000000170000000d00140012040308040401050308050501080606010201" //nolint:revive,stylecheck
Firefox_linux_stable_131_0_2 ClientHelloFingerprint = "fefd165f49b6943624570471e8bc1b76b9d6d69e369dc3ac60d49b2a4324e07420080000001413011303c02bc02fcca9cca8c00ac009c013c014010000b100170000ff01000100000a000c000a001d0017001801000101000b000201000010001200100677656272746308632d7765627274630022000a00080403050306030203003300260024001d00207d5f66ec17ac920eb9db9e0c6012dadf3b95955b28e50f2bc0b1b60fa3c91b12002b000706fefcfefd0303000d0020001e040305030603020308040805080604010501060102010402050206020202001c00024001000e000b0008000700080001000200" //nolint:revive,stylecheck
Chrome_linux_130_0_6723_58 ClientHelloFingerprint = "fefdd89cd55b60016a15ab735336ac09b38d5e9a970afca4c685e7ba14b92206d03600000016c02bc02fcca9cca8c009c013c00ac014009c002f003501000044000b00020100000d00140012040308040401050308050501080606010201ff0100010000170000000a00080006001d00170018000e000900060001000800070000230000" //nolint:revive,stylecheck
Firefox_linux_stable_131_0_3 ClientHelloFingerprint = "fefd59add53cca58761e086fad9b3321691cce1bee3defafe39bb2d855b1b8ee8ca80000001413011303c02bc02fcca9cca8c00ac009c013c014010000b100170000ff01000100000a000c000a001d0017001801000101000b000201000010001200100677656272746308632d7765627274630022000a00080403050306030203003300260024001d002040ae2158ee6fc8bd8643d78ddd24587a8ad44939c9cea215ab552658778a2f55002b000706fefcfefd0303000d0020001e040305030603020308040805080604010501060102010402050206020202001c00024001000e000b0008000700080001000200" //nolint:revive,stylecheck
)

//nolint:unused
Expand Down Expand Up @@ -106,5 +108,7 @@ func GetClientHelloFingerprints() []ClientHelloFingerprint {
Chrome_linux_129_0_6668_91, //nolint:revive,stylecheck
Chrome_linux_129_0_6668_100, //nolint:revive,stylecheck
Firefox_linux_stable_131_0_2, //nolint:revive,stylecheck
Chrome_linux_130_0_6723_58, //nolint:revive,stylecheck
Firefox_linux_stable_131_0_3, //nolint:revive,stylecheck
}
}

0 comments on commit dc53005

Please sign in to comment.