Skip to content

Commit

Permalink
Add fresh fingerprints
Browse files Browse the repository at this point in the history
 Chrome_linux_131_0_6778_85
  • Loading branch information
github-actions committed Nov 20, 2024
1 parent da25e4f commit 53d4a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file not shown.
2 changes: 2 additions & 0 deletions pkg/fingerprints/fingerprints.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const (
Chrome_linux_130_0_6723_116 ClientHelloFingerprint = "fefd0f73d918726d0cbe528ef806009e1f860a7b17fd77ca10e0b44b713b8215f56900000016c02bc02fcca9cca8c009c013c00ac014009c002f003501000044000d00140012040308040401050308050501080606010201000b0002010000170000000e000900060001000800070000230000ff01000100000a00080006001d00170018" //nolint:revive,stylecheck
Chrome_linux_131_0_6778_69 ClientHelloFingerprint = "fefd52c9641f46ea058dff54695988f15903823d2f2c0db8de31aae1eb81a42a9a6300000016c02bc02fcca9cca8c009c013c00ac014009c002f003501000040000d00140012040308040401050308050501080606010201000a00080006001d00170018000b00020100000e000900060001000800070000170000ff01000100" //nolint:revive,stylecheck
Firefox_linux_stable_132_0_2 ClientHelloFingerprint = "fefdeb48716a6b548812f83ab0fcbc50aa35b5063ca468dfe099afd7552dd5ba6e720000001413011303c02bc02fcca9cca8c00ac009c013c014010000b100170000ff01000100000a000c000a001d0017001801000101000b000201000010001200100677656272746308632d7765627274630022000a00080403050306030203003300260024001d0020271f7d0b706da7f73438d32b13dc455a04a2010dd1d0ed5f5b94b8c1896d941b002b000706fefcfefd0303000d0020001e040305030603020308040805080604010501060102010402050206020202001c00024001000e000b0008000700080001000200" //nolint:revive,stylecheck
Chrome_linux_131_0_6778_85 ClientHelloFingerprint = "fefd75196fc400eabf46059980b63c060ef055669965cb85bba0b0c8a4bd76bd67c500000016c02bc02fcca9cca8c009c013c00ac014009c002f003501000040ff01000100000e0009000600010008000700000d00140012040308040401050308050501080606010201000a00080006001d00170018000b0002010000170000" //nolint:revive,stylecheck
)

//nolint:unused
Expand Down Expand Up @@ -126,5 +127,6 @@ func GetClientHelloFingerprints() []ClientHelloFingerprint {
Chrome_linux_130_0_6723_116, //nolint:revive,stylecheck
Chrome_linux_131_0_6778_69, //nolint:revive,stylecheck
Firefox_linux_stable_132_0_2, //nolint:revive,stylecheck
Chrome_linux_131_0_6778_85, //nolint:revive,stylecheck
}
}

0 comments on commit 53d4a6a

Please sign in to comment.