Commit 2991dcbb authored by wangmingming's avatar wangmingming

111

parent a2915c1c
...@@ -50,7 +50,7 @@ class PxBypass { ...@@ -50,7 +50,7 @@ class PxBypass {
let selectId = keys[randint(0, keys.length - 1)] let selectId = keys[randint(0, keys.length - 1)]
this.log.info('select env', selectId) this.log.info('select env', selectId)
this.env = env[selectId] this.env = env[selectId]
this.ua = this.env.navigatorparams.useragent // this.ua = this.env.navigatorparams.useragent
this.log.info('ua', this.ua) this.log.info('ua', this.ua)
...@@ -403,7 +403,7 @@ class PxBypass { ...@@ -403,7 +403,7 @@ class PxBypass {
} }
async step4() { async step4() {
this.performanceNow = randint(11000, 12000) this.performanceNow = parseInt(Date.now() - this.startTs)
this.px12280 = Date.now() this.px12280 = Date.now()
// let data = genPayload4(this.url, this.sid, this.vid, this.ts, this.num1, this.num2, // let data = genPayload4(this.url, this.sid, this.vid, this.ts, this.num1, this.num2,
// this.str1, this.uuid, // this.str1, this.uuid,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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