forked from lwthiker/curl-impersonate
-
-
Notifications
You must be signed in to change notification settings - Fork 129
Expand file tree
/
Copy pathhttp3_targets.yaml
More file actions
204 lines (202 loc) · 5.49 KB
/
http3_targets.yaml
File metadata and controls
204 lines (202 loc) · 5.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
# HTTP/3-enabled wrapper scripts and their expected H3 / QUIC fingerprints.
#
# The values come from the built-in impersonation profiles in patches/curl.patch.
# Chrome QUIC transport parameters are intentionally permuted by the
# impersonation profile, so those targets allow order-insensitive matching.
- curl_binary: curl_chrome145
expected:
http3:
pseudo_headers:
- :method
- :authority
- :scheme
- :path
headers:
- 'sec-ch-ua: "Not:A-Brand";v="99", "Google Chrome";v="145", "Chromium";v="145"'
- 'sec-ch-ua-mobile: ?0'
- 'sec-ch-ua-platform: "macOS"'
- 'upgrade-insecure-requests: 1'
- 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36'
- 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7'
- 'sec-fetch-site: none'
- 'sec-fetch-mode: navigate'
- 'sec-fetch-user: ?1'
- 'sec-fetch-dest: document'
- 'accept-encoding: gzip, deflate, br, zstd'
- 'accept-language: en-US,en;q=0.9'
- 'priority: u=0, i'
settings:
- key: 1
value: 65536
- key: 6
value: 262144
- key: 7
value: 100
- key: 51
value: 1
- grease: true
quic:
allow_permutation: true
transport_parameters:
- key: 1
value: 30000
- key: 3
value: 1472
- key: 4
value: 15728640
- key: 5
value: 6291456
- key: 6
value: 6291456
- key: 7
value: 6291456
- key: 8
value: 100
- key: 9
value: 103
- key: 15
hex: ''
- key: 17
version_information:
chosen: 1
available:
- value: 1
- grease: true
- key: 32
value: 65536
- key: 12583
value: any
- key: 18258
value: 1
- grease: true
- curl_binary: curl_chrome146
expected:
http3:
pseudo_headers:
- :method
- :authority
- :scheme
- :path
headers:
- 'sec-ch-ua: "Chromium";v="146", "Not-A.Brand";v="24", "Google Chrome";v="146"'
- 'sec-ch-ua-mobile: ?0'
- 'sec-ch-ua-platform: "macOS"'
- 'upgrade-insecure-requests: 1'
- 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36'
- 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7'
- 'sec-fetch-site: none'
- 'sec-fetch-mode: navigate'
- 'sec-fetch-user: ?1'
- 'sec-fetch-dest: document'
- 'accept-encoding: gzip, deflate, br, zstd'
- 'accept-language: en-US,en;q=0.9'
- 'priority: u=0, i'
settings:
- key: 1
value: 65536
- key: 6
value: 262144
- key: 7
value: 100
- key: 51
value: 1
- grease: true
quic:
allow_permutation: true
transport_parameters:
- key: 1
value: 30000
- key: 3
value: 1472
- key: 4
value: 15728640
- key: 5
value: 6291456
- key: 6
value: 6291456
- key: 7
value: 6291456
- key: 8
value: 100
- key: 9
value: 103
- key: 15
hex: ''
- key: 17
version_information:
chosen: 1
available:
- value: 1
- grease: true
- key: 32
value: 65536
- key: 12583
value: any
- key: 12584
hex: '4f524947'
- grease: true
- curl_binary: curl_firefox147
expected:
http3:
pseudo_headers:
- :method
- :scheme
- :authority
- :path
headers:
- 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0'
- 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
- 'accept-language: en-US,en;q=0.9'
- 'accept-encoding: gzip, deflate, br, zstd'
- 'upgrade-insecure-requests: 1'
- 'sec-fetch-dest: document'
- 'sec-fetch-mode: navigate'
- 'sec-fetch-site: none'
- 'sec-fetch-user: ?1'
- 'priority: u=0, i'
- 'te: trailers'
settings:
- key: 1
value: 65536
- key: 7
value: 20
- key: 727725890
value: 0
- key: 16765559
value: 1
- key: 51
value: 1
- key: 8
value: 1
quic:
allow_permutation: false
transport_parameters:
- key: 1
value: 30000
- key: 4
value: 25165824
- key: 5
value: 12582912
- key: 6
value: 1048576
- key: 7
value: 1048576
- key: 8
value: 100
- key: 9
value: 100
- key: 11
value: 20
- key: 14
value: 8
- key: 15
hex: any
- key: 17
version_information:
chosen: 1
available:
- grease: true
- value: 1
- grease: true
- key: 32
value: 65535