Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
L
lcc-reese84
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
lcc-reese84
Commits
74c31bbe
Commit
74c31bbe
authored
Aug 14, 2023
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6c07b636
Pipeline
#450
canceled with stages
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
main.py
main.py
+2
-2
reese84_bypass.py
reese84_bypass.py
+2
-1
vm_env.js
vm_env.js
+1
-1
No files found.
main.py
View file @
74c31bbe
...
@@ -46,7 +46,7 @@ def exec(thread_id):
...
@@ -46,7 +46,7 @@ def exec(thread_id):
id_
=
uuid
.
uuid4
()
.
hex
id_
=
uuid
.
uuid4
()
.
hex
try
:
try
:
px
=
get_proxy
()[
'url'
]
px
=
get_proxy
()[
'url'
]
cf
=
Reese84ByPass
(
target
=
"https://www.allegiantair.com/"
,
proxy
=
px
,
thread_name
=
thread_id
)
cf
=
Reese84ByPass
(
target
=
"https://www.allegiantair.com/"
,
proxy
=
px
,
thread_name
=
f
'{thread_id}'
)
headers
,
cookies
=
cf
.
start
()
headers
,
cookies
=
cf
.
start
()
# cf.test()
# cf.test()
add_header
(
headers
,
cookies
,
px
,
thread_id
)
add_header
(
headers
,
cookies
,
px
,
thread_id
)
...
@@ -57,7 +57,7 @@ def exec(thread_id):
...
@@ -57,7 +57,7 @@ def exec(thread_id):
traceback
.
print_exc
()
traceback
.
print_exc
()
def
run
():
def
run
():
brush_thread
=
3
brush_thread
=
1
while
True
:
while
True
:
print
(
f
'本次并发数 {brush_thread}'
)
print
(
f
'本次并发数 {brush_thread}'
)
...
...
reese84_bypass.py
View file @
74c31bbe
...
@@ -99,6 +99,7 @@ class Reese84ByPass(object):
...
@@ -99,6 +99,7 @@ class Reese84ByPass(object):
"accept-language"
:
"en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7,ru;q=0.6"
"accept-language"
:
"en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7,ru;q=0.6"
},
json
=
data
)
},
json
=
data
)
self
.
log
.
log
(
'REQU'
,
f
'JSURL: code:{response.status_code} cost:{(time.time() - t3):.3f}s'
)
self
.
log
.
log
(
'REQU'
,
f
'JSURL: code:{response.status_code} cost:{(time.time() - t3):.3f}s'
)
self
.
log
.
info
(
f
'{response.json().keys()}'
)
assert
response
.
json
()
.
get
(
'return'
,
False
)
!=
True
,
BaseException
(
"js提交出错"
)
assert
response
.
json
()
.
get
(
'return'
,
False
)
!=
True
,
BaseException
(
"js提交出错"
)
self
.
__session
.
cookies
.
update
({
self
.
__session
.
cookies
.
update
({
...
@@ -167,5 +168,5 @@ class Reese84ByPass(object):
...
@@ -167,5 +168,5 @@ class Reese84ByPass(object):
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
r
=
Reese84ByPass
(
'https://www.volaris.com/'
,
''
)
r
=
Reese84ByPass
(
'https://www.volaris.com/'
,
'
http://user-uni002-region-de:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600
'
)
print
(
r
.
start
())
print
(
r
.
start
())
vm_env.js
View file @
74c31bbe
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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