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
73500b42
Commit
73500b42
authored
Nov 01, 2023
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解密payload
parent
62145eb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6042 additions
and
36 deletions
+6042
-36
index.html
index.html
+6034
-32
main.py
main.py
+8
-4
No files found.
index.html
View file @
73500b42
This source diff could not be displayed because it is too large. You can
view the blob
instead.
main.py
View file @
73500b42
...
@@ -43,9 +43,13 @@ class PxBypass():
...
@@ -43,9 +43,13 @@ class PxBypass():
'https'
:
'http://127.0.0.1:7890'
,
'https'
:
'http://127.0.0.1:7890'
,
}
}
# session.proxies = {
# 'http': "http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@usa.rotating.proxyrack.net:9000",
# 'https': "http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@usa.rotating.proxyrack.net:9000",
# }
session
.
proxies
=
{
session
.
proxies
=
{
'http'
:
"http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@usa.rotating.proxyrack.net:9000"
,
'http'
:
'http://user-unifflcc-region-us:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600'
,
'https'
:
"http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@usa.rotating.proxyrack.net:9000"
,
'https'
:
'http://user-unifflcc-region-us:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600'
,
}
}
tag
=
"v8.7.2"
tag
=
"v8.7.2"
ft
=
"317"
ft
=
"317"
...
@@ -107,8 +111,8 @@ class PxBypass():
...
@@ -107,8 +111,8 @@ class PxBypass():
f
.
write
(
res
.
text
)
f
.
write
(
res
.
text
)
def
__uuid
(
self
):
def
__uuid
(
self
):
return
"b8a39670-7866-11ee-9655-63a4f05cd5d1"
#
return "b8a39670-7866-11ee-9655-63a4f05cd5d1"
#
return ctxStep2.call('genUuid')
return
ctxStep2
.
call
(
'genUuid'
)
# r = ["00", "01", "02", "03", "04", "05", "06", "07", "08", "09", "0a", "0b", "0c", "0d", "0e", "0f", "10", "11",
# r = ["00", "01", "02", "03", "04", "05", "06", "07", "08", "09", "0a", "0b", "0c", "0d", "0e", "0f", "10", "11",
# "12", "13", "14", "15", "16", "17", "18", "19", "1a", "1b", "1c", "1d", "1e", "1f", "20", "21", "22", "23",
# "12", "13", "14", "15", "16", "17", "18", "19", "1a", "1b", "1c", "1d", "1e", "1f", "20", "21", "22", "23",
...
...
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