Commit d65eaea3 authored by wang's avatar wang

ff

parent 209f9c72
......@@ -138,7 +138,46 @@ for i in range(100):
# proxy = 'http://user-unifflcc-region-us:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600'
# proxy = 'http://127.0.0.1:7890'
tlsV = f'chrome_{random.randint(105,113)}'
session = tls_client.Session(client_identifier=tlsV)
session = tls_client.Session( ja3_string="771,4865-4866-4867-49195-49199-49196-49200-52393-52392-49171-49172-156-157-47-53,0-23-65281-10-11-35-16-5-13-18-51-45-43-27-17513,29-23-24,0",
h2_settings={
"HEADER_TABLE_SIZE": 65536,
"MAX_CONCURRENT_STREAMS": 1000,
"INITIAL_WINDOW_SIZE": 6291456,
"MAX_HEADER_LIST_SIZE": 262144
},
h2_settings_order=[
"HEADER_TABLE_SIZE",
"MAX_CONCURRENT_STREAMS",
"INITIAL_WINDOW_SIZE",
"MAX_HEADER_LIST_SIZE"
],
supported_signature_algorithms=[
"ECDSAWithP256AndSHA256",
"PSSWithSHA256",
"PKCS1WithSHA256",
"ECDSAWithP384AndSHA384",
"PSSWithSHA384",
"PKCS1WithSHA384",
"PSSWithSHA512",
"PKCS1WithSHA512",
],
supported_versions=["GREASE", "1.3", "1.2"],
key_share_curves=["GREASE", "X25519"],
cert_compression_algo="brotli",
pseudo_header_order=[
":method",
":authority",
":scheme",
":path"
],
connection_flow=15663105,
header_order=[
"accept",
"user-agent",
"accept-encoding",
"accept-language"
]
)
session.proxies = {
'http': proxy,
'https': proxy,
......
......@@ -28,12 +28,12 @@ Object.defineProperty = function (p, v,d){
}
return _defin(p,v, d)
}
// Date.now = function now() { return 1693903208580 };
// Date.parse = function () { return 1693903208580 };
// Date.prototype.valueOf = function () { return 1693903208580 };
// Date.prototype.getTime = function () { return 1693903208580 };
// Date.prototype.toString = function () { return 1693903208580 };
// Performance.prototype.now = function now(){ return Number('1693903208580'.slice(8))}
Date.now = function now() { return 1693903208580 };
Date.parse = function () { return 1693903208580 };
Date.prototype.valueOf = function () { return 1693903208580 };
Date.prototype.getTime = function () { return 1693903208580 };
Date.prototype.toString = function () { return 1693903208580 };
Performance.prototype.now = function now(){ return Number('1693903208580'.slice(8))}
Math.random = function random() {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment