Skip to content

Commit

Permalink
Add fresh fingerprints
Browse files Browse the repository at this point in the history
 Chrome_linux_129_0_6668_91
  • Loading branch information
github-actions committed Oct 9, 2024
1 parent f8161d4 commit 58b6eb5
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 @@ -50,6 +50,7 @@ const (
Chrome_linux_129_0_6668_70 ClientHelloFingerprint = "fefd9b701235538685ac2524489957f7df25c6518b34d639bfd8f1939bc3ff9eb25700000016c02bc02fcca9cca8c009c013c00ac014009c002f003501000044ff0100010000230000000e0009000600010008000700000a00080006001d00170018000d0014001204030804040105030805050108060601020100170000000b00020100" //nolint:revive,stylecheck
Chrome_linux_129_0_6668_89 ClientHelloFingerprint = "fefd3e839587aab689b39bd3c80a66a67922cb1e77aa585e77ede3810b2cf132d18400000016c02bc02fcca9cca8c009c013c00ac014009c002f003501000044000d00140012040308040401050308050501080606010201000e0009000600010008000700000b000201000017000000230000000a00080006001d00170018ff01000100" //nolint:revive,stylecheck
Firefox_linux_stable_131_0 ClientHelloFingerprint = "fefd60f3c57f94792ddcf45f57531d05b8043533d65a01509bed9a84b485a3bc4f130000001413011303c02bc02fcca9cca8c00ac009c013c014010000b100170000ff01000100000a000c000a001d0017001801000101000b000201000010001200100677656272746308632d7765627274630022000a00080403050306030203003300260024001d002068fb315497b5eb24d8dfb2d4de29a32e9161ed901d1aa841ebe1c8f3ce81af0e002b000706fefcfefd0303000d0020001e040305030603020308040805080604010501060102010402050206020202001c00024001000e000b0008000700080001000200" //nolint:revive,stylecheck
Chrome_linux_129_0_6668_91 ClientHelloFingerprint = "fefd5778a58f6a98d694838f96447c9ddc15c3b4a6a9d99f38e3312583b0f89bd9a900000016c02bc02fcca9cca8c009c013c00ac014009c002f003501000044000b000201000017000000230000000d00140012040308040401050308050501080606010201000a00080006001d00170018ff01000100000e0009000600010008000700" //nolint:revive,stylecheck
)

//nolint:unused
Expand Down Expand Up @@ -100,5 +101,6 @@ func GetClientHelloFingerprints() []ClientHelloFingerprint {
Chrome_linux_129_0_6668_70, //nolint:revive,stylecheck
Chrome_linux_129_0_6668_89, //nolint:revive,stylecheck
Firefox_linux_stable_131_0, //nolint:revive,stylecheck
Chrome_linux_129_0_6668_91, //nolint:revive,stylecheck
}
}

0 comments on commit 58b6eb5

Please sign in to comment.