Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
P
px3
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangmingming
px3
Commits
687c538e
Commit
687c538e
authored
Dec 12, 2023
by
wangmingming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
f2052e63
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
captcha.js
src/captcha.js
+7
-7
px.js
src/px.js
+1
-1
No files found.
src/captcha.js
View file @
687c538e
...
...
@@ -47,6 +47,7 @@ class PxBypass {
// prox = `http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@usa.rotating.proxyrack.net:${randint(10000, 13500)}`
prox
=
'http://127.0.0.1:8890'
tlsUrl
=
'http://127.0.0.1:58000/tls/forward'
// tlsUrl = 'http://127.0.0.1:3000/tls/forward'
constructor
(
options
)
{
...
...
@@ -194,7 +195,7 @@ class PxBypass {
for
(
var
ck
of
cks
)
{
let
tmp
=
ck
.
split
(
'|'
);
if
(
tmp
[
0
]
===
'o11o111o'
){
if
(
tmp
[
0
]
===
'o11o111o'
)
{
this
.
log
.
fatal
(
'result'
,
tmp
[
1
]
===
'0'
)
}
if
(
tmp
[
0
]
===
'o111ooo1'
)
{
...
...
@@ -273,8 +274,8 @@ class PxBypass {
this
.
performanceNow
=
randint
(
3000
,
5000
)
this
.
px12280
=
this
.
startTs2
if
(
this
.
uuid
===
''
)
{
this
.
uuid
=
genUuid
()
// this.uuid = 'f3e85a8d-965c-11ee-ae92-08214e602596';
this
.
uuid
=
genUuid
()
// this.uuid = 'f3e85a8d-965c-11ee-ae92-08214e602596';
}
let
data
=
[{
"t"
:
"PX12095"
,
...
...
@@ -343,8 +344,7 @@ class PxBypass {
// this.rsc++;
let
data1
=
[{
"t"
:
"PX12167"
,
"d"
:{
"PX11648"
:
true
}}]
let
data1
=
[{
"t"
:
"PX12167"
,
"d"
:
{
"PX11648"
:
true
}}]
let
res1
=
await
this
.
do_collector
(
data1
)
}
...
...
@@ -404,7 +404,7 @@ class PxBypass {
// data[i].d['PX11280'] = px11280
// }
// await this.sleep(5000)
this
.
seq
=
4
this
.
seq
=
4
this
.
rsc
=
3
;
let
res
=
await
this
.
do_collector
(
data
)
}
...
...
@@ -494,7 +494,7 @@ async function run() {
await
px
.
step2
()
await
px
.
sleep
(
1500
)
await
px
.
step3
()
await
px
.
sleep
(
10
000
)
await
px
.
sleep
(
6
000
)
await
px
.
step4
()
// await px.sleep(1500)
...
...
src/px.js
View file @
687c538e
...
...
@@ -4775,7 +4775,7 @@ export class PxEnv {
"PX11746"
:
createPx2
(
this
.
ua
,
this
.
vid
),
"PX11371"
:
createPx2
(
this
.
ua
,
this
.
sid
),
"PX11902"
:
4
,
"PX11560"
:
this
.
performance
(
0
),
"PX11560"
:
this
.
performance
(
1
),
"PX12280"
:
this
.
px11280
,
"PX11496"
:
this
.
uuid
,
"PX12564"
:
null
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment