Commit 36c5bd2b authored by wang's avatar wang

test

parent 4a05eecd
...@@ -8,6 +8,8 @@ import time ...@@ -8,6 +8,8 @@ import time
from pathlib import Path from pathlib import Path
import requests import requests
import tls_client
# import tls_client
# from curl_cffi import requests # from curl_cffi import requests
import urllib3 import urllib3
...@@ -35,9 +37,9 @@ def md5(text): ...@@ -35,9 +37,9 @@ def md5(text):
class Reese84ByPass(object): class Reese84ByPass(object):
def __init__(self, target, proxy, thread_name='111'): 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._session.verify = False
self.__target = target self.__target = target
if proxy != '': if proxy != '':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment