Commit 4a05eecd authored by wang's avatar wang

test

parent ae75e627
...@@ -8,8 +8,6 @@ import time ...@@ -8,8 +8,6 @@ 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
...@@ -37,9 +35,9 @@ def md5(text): ...@@ -37,9 +35,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