Skip to content

Commit

Permalink
Add fresh fingerprints
Browse files Browse the repository at this point in the history
 Chrome_linux_128_0_6613_137
  • Loading branch information
github-actions committed Sep 11, 2024
1 parent b76b2f6 commit d07479b
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 @@ -44,6 +44,7 @@ const (
Firefox_linux_stable_129_0_1 ClientHelloFingerprint = "fefdb0d31df092f435f48e76ca4a9d80ad1ddec4ed3c9442efdeacf3a342a1bf19550000001413011303c02bc02fcca9cca8c00ac009c013c014010000b100170000ff01000100000a000c000a001d0017001801000101000b000201000010001200100677656272746308632d7765627274630022000a00080403050306030203003300260024001d00208ddbb69aec73ce2f7a17d10785a85bda542a44c3de05011c4fe39cca0fd48d0f002b000706fefcfefd0303000d0020001e040305030603020308040805080604010501060102010402050206020202001c00024001000e000b0008000700080001000200" //nolint:revive,stylecheck
Chrome_linux_128_0_6613_119 ClientHelloFingerprint = "fefde6b311ad9a353e9e8267c9f9f04bca867040bb7b420ae4fb292b0d3d7c70321400000016c02bc02fcca9cca8c009c013c00ac014009c002f00350100004400170000ff01000100000a00080006001d00170018000b0002010000230000000d00140012040308040401050308050501080606010201000e0009000600010008000700" //nolint:revive,stylecheck
Firefox_linux_stable_130_0 ClientHelloFingerprint = "fefd756b703ad52e00975e5a7793d4af3ee5fdfeaa2aebc2a19d7513aec2fde4aabe0000001413011303c02bc02fcca9cca8c00ac009c013c014010000b100170000ff01000100000a000c000a001d0017001801000101000b000201000010001200100677656272746308632d7765627274630022000a00080403050306030203003300260024001d0020cd13d322ef7caa203087b220927b35087c83c3ebeae2dae37a32b2183ecfd666002b000706fefcfefd0303000d0020001e040305030603020308040805080604010501060102010402050206020202001c00024001000e000b0008000700080001000200" //nolint:revive,stylecheck
Chrome_linux_128_0_6613_137 ClientHelloFingerprint = "fefd9599de9f7a4baf8b3171cfa1e33a774087fdc1bb20afbe17d664a488c6c9f4ad00000016c02bc02fcca9cca8c009c013c00ac014009c002f00350100004400170000ff01000100000a00080006001d00170018000b0002010000230000000d00140012040308040401050308050501080606010201000e0009000600010008000700" //nolint:revive,stylecheck
)

//nolint:unused
Expand Down Expand Up @@ -88,5 +89,6 @@ func GetClientHelloFingerprints() []ClientHelloFingerprint {
Firefox_linux_stable_129_0_1, //nolint:revive,stylecheck
Chrome_linux_128_0_6613_119, //nolint:revive,stylecheck
Firefox_linux_stable_130_0, //nolint:revive,stylecheck
Chrome_linux_128_0_6613_137, //nolint:revive,stylecheck
}
}

0 comments on commit d07479b

Please sign in to comment.