Commit e1595429 authored by wang's avatar wang

test

parent 1933afdf
...@@ -31,9 +31,10 @@ def md5(text): ...@@ -31,9 +31,10 @@ def md5(text):
class Reese84ByPass(object): class Reese84ByPass(object):
_session = tls_client.Session('chrome_117')
def __init__(self, target, proxy, thread_name='test'): def __init__(self, target, proxy, thread_name='test'):
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
...@@ -263,4 +264,4 @@ if __name__ == '__main__': ...@@ -263,4 +264,4 @@ if __name__ == '__main__':
# r = Reese84ByPass('https://www.flyscoot.com/', 'http://127.0.0.1:8890') # r = Reese84ByPass('https://www.flyscoot.com/', 'http://127.0.0.1:8890')
# while True: # while True:
print(r.start()) print(r.start())
r._test() # r._test()
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