Skip to content

Commit

Permalink
Add fresh fingerprints
Browse files Browse the repository at this point in the history
 Chrome_linux_130_0_6723_116
  • Loading branch information
github-actions committed Nov 7, 2024
1 parent bc30776 commit 613269c
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 @@ -60,6 +60,7 @@ const (
Firefox_linux_stable_132_0 ClientHelloFingerprint = "fefd5e81c3b65d4d49566907066c884214ea9fd9318c35f39b5400d2d01f485e2b1c0000001413011303c02bc02fcca9cca8c00ac009c013c014010000b100170000ff01000100000a000c000a001d0017001801000101000b000201000010001200100677656272746308632d7765627274630022000a00080403050306030203003300260024001d0020543752b44e193c37d958bdd6d5621abc6d43c665df9b54a4d723452c300bb24a002b000706fefcfefd0303000d0020001e040305030603020308040805080604010501060102010402050206020202001c00024001000e000b0008000700080001000200" //nolint:revive,stylecheck
Firefox_linux_stable_132_0_1 ClientHelloFingerprint = "fefd307d6e02027273ef93e4423cc17a4a931a12749faf5babcd71debbe95b9ae43e0000001413011303c02bc02fcca9cca8c00ac009c013c014010000b100170000ff01000100000a000c000a001d0017001801000101000b000201000010001200100677656272746308632d7765627274630022000a00080403050306030203003300260024001d002080e50ebfdf148f77dc991e667fee70c3a71eb2be64fe9e08ecddcca4806d860e002b000706fefcfefd0303000d0020001e040305030603020308040805080604010501060102010402050206020202001c00024001000e000b0008000700080001000200" //nolint:revive,stylecheck
Chrome_linux_130_0_6723_93 ClientHelloFingerprint = "fefdb31f07d761b36581d40620541a4a1624b4410dedc21b627b7d4bc007cbc05cd100000016c02bc02fcca9cca8c009c013c00ac014009c002f003501000044000e000900060001000800070000230000000b00020100000a00080006001d00170018000d00140012040308040401050308050501080606010201ff0100010000170000" //nolint:revive,stylecheck
Chrome_linux_130_0_6723_116 ClientHelloFingerprint = "fefd0f73d918726d0cbe528ef806009e1f860a7b17fd77ca10e0b44b713b8215f56900000016c02bc02fcca9cca8c009c013c00ac014009c002f003501000044000d00140012040308040401050308050501080606010201000b0002010000170000000e000900060001000800070000230000ff01000100000a00080006001d00170018" //nolint:revive,stylecheck
)

//nolint:unused
Expand Down Expand Up @@ -120,5 +121,6 @@ func GetClientHelloFingerprints() []ClientHelloFingerprint {
Firefox_linux_stable_132_0, //nolint:revive,stylecheck
Firefox_linux_stable_132_0_1, //nolint:revive,stylecheck
Chrome_linux_130_0_6723_93, //nolint:revive,stylecheck
Chrome_linux_130_0_6723_116, //nolint:revive,stylecheck
}
}

0 comments on commit 613269c

Please sign in to comment.