Skip to content

Commit

Permalink
Add fresh fingerprints
Browse files Browse the repository at this point in the history
 Chrome_linux_126_0_6478_182
  • Loading branch information
github-actions committed Jul 17, 2024
1 parent fcaec1c commit 40969dc
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 @@ -33,6 +33,7 @@ const (
Chrome_linux_126_0_6478_126 ClientHelloFingerprint = "fefd06c93bd11982ae5e0ae3a93fff4dc1fac9bbf8fa354b30eaf88d10eae4ca6f2200000016c02bc02fcca9cca8c009c013c00ac014009c002f00350100004400170000ff01000100000a00080006001d00170018000b0002010000230000000d00140012040308040401050308050501080606010201000e0009000600010008000700" //nolint:revive,stylecheck
Firefox_linux_stable_127_0_2 ClientHelloFingerprint = "fefd25d4c2940a42cdf4f8094a9136ed8eda238e8f2b49b6220437c8ecba1363dd810000001413011303c02bc02fcca9cca8c00ac009c013c014010000b100170000ff01000100000a000c000a001d0017001801000101000b000201000010001200100677656272746308632d7765627274630022000a00080403050306030203003300260024001d00207d9770842d3d0284165e093b27b7e8f7102c76777cdd1fd9204580c4e620aa63002b000706fefcfefd0303000d0020001e040305030603020308040805080604010501060102010402050206020202001c00024001000e000b0008000700080001000200" //nolint:revive,stylecheck
Firefox_linux_stable_128_0 ClientHelloFingerprint = "fefd6e604b6349138a46f40357e84922b2765a5dd063291784be4679d7e5a3d79c440000001413011303c02bc02fcca9cca8c00ac009c013c014010000b100170000ff01000100000a000c000a001d0017001801000101000b000201000010001200100677656272746308632d7765627274630022000a00080403050306030203003300260024001d0020c20534bdd8ed3b4b2f0ab41073c9bd1943f2c657cd8e20e9830a7324347e4b64002b000706fefcfefd0303000d0020001e040305030603020308040805080604010501060102010402050206020202001c00024001000e000b0008000700080001000200" //nolint:revive,stylecheck
Chrome_linux_126_0_6478_182 ClientHelloFingerprint = "fefd80e8f0d6d879e5d7ae9162acf93e2a65a84a9eca45b78140579c9dab066ec0ac00000016c02bc02fcca9cca8c009c013c00ac014009c002f00350100004400170000ff01000100000a00080006001d00170018000b0002010000230000000d00140012040308040401050308050501080606010201000e0009000600010008000700" //nolint:revive,stylecheck
)

//nolint:unused
Expand Down Expand Up @@ -66,5 +67,6 @@ func GetClientHelloFingerprints() []ClientHelloFingerprint {
Chrome_linux_126_0_6478_126, //nolint:revive,stylecheck
Firefox_linux_stable_127_0_2, //nolint:revive,stylecheck
Firefox_linux_stable_128_0, //nolint:revive,stylecheck
Chrome_linux_126_0_6478_182, //nolint:revive,stylecheck
}
}

0 comments on commit 40969dc

Please sign in to comment.