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
4a05eecd
Commit
4a05eecd
authored
Oct 12, 2024
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
ae75e627
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
reese84_bypass.py
src/reese84_bypass.py
+2
-4
No files found.
src/reese84_bypass.py
View file @
4a05eecd
...
...
@@ -8,8 +8,6 @@ import time
from
pathlib
import
Path
import
requests
import
tls_client
# import tls_client
# from curl_cffi import requests
import
urllib3
...
...
@@ -37,9 +35,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