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
7314feb6
Commit
7314feb6
authored
Dec 03, 2023
by
wangmingming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
captcha.js
parent
edb55883
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
99 additions
and
581 deletions
+99
-581
decodeResult22.js
ast/decodeResult22.js
+4
-0
code.js
code.js
+78
-571
index.html
index.html
+3
-3
px.js
src/px.js
+9
-5
pxwasm.js
src/pxwasm.js
+3
-1
test.py
test.py
+2
-1
No files found.
ast/decodeResult22.js
View file @
7314feb6
...
...
@@ -4348,6 +4348,10 @@ try {
var
n
;
$c
=
!
1
;
if
(
tf
[
"length"
]
>
0
||
Mf
[
"length"
]
>
0
)
{
console
.
log
(
'gf'
,
gf
)
console
.
log
(
'Mf'
,
Mf
)
console
.
log
(
'yf'
,
yf
)
console
.
log
(
'tf'
,
tf
)
ml
(
"PX12419"
,
(
f
(
n
=
{},
"PX12040"
,
tf
),
f
(
n
,
"PX12170"
,
t
),
f
(
n
,
"PX11934"
,
su
),
f
(
n
,
"PX12160"
,
ef
),
f
(
n
,
"PX11875"
,
Mu
),
f
(
n
,
"PX11844"
,
rf
),
f
(
n
,
"PX12465"
,
kc
),
f
(
n
,
"PX11393"
,
Mf
[
"join"
](
"|"
)),
f
(
n
,
"PX12470"
,
Gt
()),
f
(
n
,
"PX11747"
,
yf
[
"length"
]
>
0
?
yf
:
void
0
),
f
(
n
,
"PX11698"
,
gf
[
"length"
]
>
0
?
we
(
gf
)
:
void
0
),
f
(
n
,
"PX11679"
,
m
[
"body"
]
&&
m
[
"body"
][
"offsetWidth"
]
+
"x"
+
m
[
"body"
][
"offsetHeight"
]
||
""
),
n
));
}
wf
(
!
1
);
...
...
code.js
View file @
7314feb6
This diff is collapsed.
Click to expand it.
index.html
View file @
7314feb6
...
...
@@ -10,18 +10,18 @@
<body>
<script>
window
.
_pxVid
=
''
;
window
.
_pxUuid
=
'
a4eb4343-90e1-11ee-9e54-56f8e371b50f
'
;
window
.
_pxUuid
=
'
0d0705ca-91da-11ee-8407-7ad31e044ac6
'
;
window
.
_pxAppId
=
'PXVb73hTEg'
;
window
.
_pxHostUrl
=
'https://collector-PXVb73hTEg.perimeterx.net'
;
window
.
_pxCustomLogo
=
''
;
window
.
_pxJsClientSrc
=
'//client.perimeterx.net/PXVb73hTEg/main.min.js'
;
window
.
_pxFirstPartyEnabled
=
'false'
;
var
script
=
document
.
createElement
(
'script'
);
script
.
src
=
'//captcha.perimeterx.net/PXVb73hTEg/captcha.js?a=c&u=
a4eb4343-90e1-11ee-9e54-56f8e371b50f
&v=&m=0'
;
script
.
src
=
'//captcha.perimeterx.net/PXVb73hTEg/captcha.js?a=c&u=
0d0705ca-91da-11ee-8407-7ad31e044ac6
&v=&m=0'
;
document
.
head
.
appendChild
(
script
);
script
.
onerror
=
function
()
{
script
=
document
.
createElement
(
'script'
);
script
.
src
=
'https://captcha.px-cloud.net/PXVb73hTEg/captcha.js?a=c&u=
a4eb4343-90e1-11ee-9e54-56f8e371b50f
&v=&m=0'
;
script
.
src
=
'https://captcha.px-cloud.net/PXVb73hTEg/captcha.js?a=c&u=
0d0705ca-91da-11ee-8407-7ad31e044ac6
&v=&m=0'
;
script
.
onerror
=
window
.
_pxDisplayErrorMessage
;
document
.
head
.
appendChild
(
script
);
};
...
...
src/px.js
View file @
7314feb6
...
...
@@ -4764,11 +4764,14 @@ export class PxEnv {
}
createMouse
()
{
let
paths
=
path
(
{
this
.
startEvent
=
{
"x"
:
randint
(
0
,
1000
),
"y"
:
randint
(
0
,
1000
),
},
}
let
paths
=
path
(
this
.
startEvent
,
{
"x"
:
randint
(
0
,
1000
),
"y"
:
randint
(
0
,
1000
),
...
...
@@ -5770,6 +5773,7 @@ let env = new PxEnv('', 'url', sid, vid, ts, num1, num2,
env
.
cap
=
true
setTimeout
(
function
()
{
console
.
log
(
JSON
.
stringify
(
env
.
get_px12419
()))
// console.log(JSON.stringify(env.get_px12419()))
console
.
log
(
env
.
createPX11698
())
console
.
log
(
env
.
createPX11698
(
true
))
},
100
)
src/pxwasm.js
View file @
7314feb6
import
{
randint
}
from
"./utils.js"
;
let
window
=
{
_pxUuid
:
'81da0909-8d01-11ee-a0dc-c1014f687990'
...
...
@@ -985,7 +987,7 @@ function createPX1132(hash, hash2, hashv) {
"partialNibble"
:
D
,
// "leftPartOfSolution": I0I0I0[1][":-1"],
"leftPartOfSolution"
:
hash
.
slice
(
0
,
hash
.
length
-
1
),
"startTime"
:
3026.5
"startTime"
:
randint
(
3850
,
4500
)
+
Math
.
random
()
},
hash2
])
}
...
...
test.py
View file @
7314feb6
...
...
@@ -82,3 +82,4 @@ I0I0II|14e5dd68-46df-11ee-be3b-6b4862687642
IIIIII|fp|60|1
00III0|86809e0cf02a54019055668b6cd60d5f437718e85c33cbadb17c156f134514b5
'''
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