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
36c5bd2b
Commit
36c5bd2b
authored
Oct 12, 2024
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
4a05eecd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
reese84_bypass.py
src/reese84_bypass.py
+4
-2
No files found.
src/reese84_bypass.py
View file @
36c5bd2b
...
...
@@ -8,6 +8,8 @@ import time
from
pathlib
import
Path
import
requests
import
tls_client
# import tls_client
# from curl_cffi import requests
import
urllib3
...
...
@@ -35,9 +37,9 @@ def md5(text):
class
Reese84ByPass
(
object
):
def
__init__
(
self
,
target
,
proxy
,
thread_name
=
'111'
):
#
self._session = tls_client.Session('chrome_117')
self
.
_session
=
tls_client
.
Session
(
'chrome_117'
)
self
.
_session
=
requests
.
Session
()
#
self._session = requests.Session()
self
.
_session
.
verify
=
False
self
.
__target
=
target
if
proxy
!=
''
:
...
...
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