Commit 075e9dbb authored by wang's avatar wang

收集环境

parent a437ae21
...@@ -27,4 +27,13 @@ def collectMouse(): ...@@ -27,4 +27,13 @@ def collectMouse():
print(request.data.decode()) print(request.data.decode())
return 'ok' return 'ok'
if __name__ == '__main__': if __name__ == '__main__':
app.run(host='0.0.0.0',debug=True, port=11233) # app.run(host='0.0.0.0',debug=True, port=11233)
\ No newline at end of file import random
username = 'brd-customer-hl_70986309-zone-isp'
password = 'ozfawewfxj8y'
port = 22225
session_id = random.random()
super_proxy_url = ('http://%s-session-%s:%s@brd.superproxy.io:%d' %
(username, session_id, password, port))
print(super_proxy_url)
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -10,7 +10,7 @@ headers = { ...@@ -10,7 +10,7 @@ headers = {
"authority": "www.flyfrontier.com", "accept": "application/json, text/plain, */*", "accept-language": "en-US"} "authority": "www.flyfrontier.com", "accept": "application/json, text/plain, */*", "accept-language": "en-US"}
url = "https://booking.flyfrontier.com/Flight/InternalSelect?o1=BNA&d1=ATL&dd1=Apr%2027,%202024&ADT=1&mon=true&promo=" url = "https://booking.flyfrontier.com/Flight/InternalSelect?o1=BNA&d1=ATL&dd1=Apr%2027,%202024&ADT=1&mon=true&promo="
cks = '_px2=eyJ1IjoiZGY2YmRmNTAtMmVlMi0xMWVmLTg3N2MtMzNiMGJlZjUyOGIwIiwidiI6ImUxMDNmMjM2LTJlZTItMTFlZi1hMzgxLWUzMjBlOWQ2NmQwMSIsInQiOjE3MTg4NzQwNTMxODcsImgiOiI2NWE4YzBhZDhkZGEzYTNiZmMyMTg4NTY3YjRhMzM1MzVkMjRhMDA2ZTlhZTNmNWRiNDc4NzI0M2U5MmI5MWRjIn0=; cts=e1040434-2ee2-11ef-a381-f08d1b89af17; _pxvid=e103f236-2ee2-11ef-a381-e320e9d66d01' cks = 'cts=ed2e8f20-2eec-11ef-b613-4578615eec93; _pxvid=ed2e83e1-2eec-11ef-b613-609efd4705b5; _px2=eyJ1IjoiZWEwMDQzMjAtMmVlYy0xMWVmLTk2NjAtZjc4ZWE1ZmUyYTViIiwidiI6ImVkMmU4M2UxLTJlZWMtMTFlZi1iNjEzLTYwOWVmZDQ3MDViNSIsInQiOjE3MTg4NzgzNzkxODIsImgiOiJjYmJmNTZmYzIxN2FhMzMzNzRjMjA2ZjdkZjBhZWM4Yzg5MDI3ZGQwMTEzNjRjNjUyZDI1YzNlZDNjZTNkODFkIn0='
...@@ -26,12 +26,12 @@ prox = 'http://uni00002_custom_zone_US2_sid_4428759_time_5:FdkiGHty9a@us.ipwo.ne ...@@ -26,12 +26,12 @@ prox = 'http://uni00002_custom_zone_US2_sid_4428759_time_5:FdkiGHty9a@us.ipwo.ne
for i in range(20): for i in range(20):
# prox = 'http://127.0.0.1:7890' prox = 'http://127.0.0.1:7890'
# url = "http://httpbin.org/ip" # url = "http://httpbin.org/ip"
response = requests.post('http://52.52.23.116/tls/forward', # response = requests.post('http://52.52.23.116/tls/forward',
# response = requests.post('http://lcc.unififi.com/tls/forward', # response = requests.post('http://lcc.unififi.com/tls/forward',
# response = requests.post('http://127.0.0.1:58000/tls/forward', # response = requests.post('http://127.0.0.1:58000/tls/forward',
# response = requests.post('http://192.168.50.197:58000/tls/forward', response = requests.post('http://192.168.50.197:58000/tls/forward',
json={ json={
'url': 'https://booking.flyfrontier.com/Flight/InternalSelect?o1=BNA&d1=ATL&dd1=Apr%2027,%202024&ADT=1&mon=true&promo=', 'url': 'https://booking.flyfrontier.com/Flight/InternalSelect?o1=BNA&d1=ATL&dd1=Apr%2027,%202024&ADT=1&mon=true&promo=',
......
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