' d = b'65151f8d966bf596' ' e = b'88ca0f0ea1ecf975' ' def f(g, d, e): ' h = pyaes.AESModeOfOperationCBC(d, iv=e) ' i = b''.join(h.decrypt(g[j:j+16]) for j in range(0, len(g), 16)) ' return i[:-i[-1]] ' j = requests.post(a, headers=b, data=c) ' if j.status_code == 200: ' k = j.text.strip() ' l = binascii.unhexlify(k) ' m = f(l, d, e) ' n = json.loads(m) ' for o in n['data']: ' p = f"aes-256-cfb:{o['password']}@{o['ip']}:{o['port']}" ' q = base64.b64encode(p.encode('utf-8')).decode('utf-8') ' r = f"ss://{q}#{o['title']}" ' print(r)
if j.status_code == 200:
k = j.text.strip()
l = binascii.unhexlify(k)
m = f(l, d, e)
n = json.loads(m.decode('utf-8'))
for o in n['data']:
p = f"aes-256-cfb:{o['password']}@{o['ip']}:{o['port']}"
q = base64.b64encode(p.encode('utf-8')).decode('utf-8')
r = f"ss://{q}#{o['title']}"
print(r)
else:
print(f"Request failed with status code {j.status_code}")