Commit b89c0e50 authored by wang's avatar wang

111

parent 4d6e132e
......@@ -248,7 +248,12 @@ while True:
selectId = random.choice(list(envs))
# selectId = 'a74048568ce5f6140df6d956'
if usedTime > 5:
c = session.get('https://www.southwest.com/assets/app/scripts/swa-common.js').text
# c = session.get('https://www.southwest.com/assets/app/scripts/swa-common.js').text
response = requests.post('http://52.52.23.116/tls/forward',
json=dict(url='https://www.southwest.com/assets/app/scripts/swa-common.js', headers=headers, method="GET", proxy=proxy, debug=True
, allow_redirects=True, random_tls=True
))
c = response.json()['text']
m5 = md5(c)
if m5 != lastHash:
lastHash = m5
......
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