Commit ae05bf9c by zhangxujie

rc4

parent 000deb7b
......@@ -43,4 +43,3 @@ console.log(get_pmra("IOxBJ8nu"))
import requests
import re
headers = {
'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
'Accept-Language': 'zh-CN,zh;q=0.9',
'Cache-Control': 'no-cache',
'Connection': 'keep-alive',
# 'Cookie': 'HMF_CI=3e8917d56f5be896ad6cb2f3e8ac64268a2039dfc2a4b4f16250504ee7656030ddf9cc899419dbd9ba0392410ba59ac24e5c65361b9342930d019485d165f08ab7; _ebrunUu=1700034257233*266413238*1985748581; _ebrunUv=1700034257240*130686973*52194789; C3VK=60b231',
'Pragma': 'no-cache',
'Referer': 'https://www.ebrun.com/20231115/534418.shtml?eb=dszx_chan_feed',
'Sec-Fetch-Dest': 'document',
'Sec-Fetch-Mode': 'navigate',
'Sec-Fetch-Site': 'same-origin',
'Upgrade-Insecure-Requests': '1',
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36',
'sec-ch-ua': '"Google Chrome";v="119", "Chromium";v="119", "Not?A_Brand";v="24"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"Windows"',
}
params = {
'eb': 'dszx_chan_feed',
}
session = requests.session()
response = session.get('https://www.ebrun.com/20231115/534418.shtml', params=params, headers=headers)
print(response.text)
C3VK = re.findall("(?<=C3VK=)\w+",response.text)[0]
cookies = {
'C3VK': C3VK,
}
cookies.update(response.cookies)
print(cookies)
response_one = session.get('https://www.ebrun.com/20231115/534418.shtml?eb=dszx_chan_feed', params=params, headers=headers,cookies=cookies)
print(response_one.text)
\ No newline at end of file
var C ='{"timestamp":1714120052337,"basets":1714120052337,"loadts":1714120052337,"fingerprint":"f9f66d27708446fad1ceeaf9a615dc85","abnormal":"00000000000000000000000000000000","referer":"","uri":"https%3A%2F%2Fwww.iyiou.com%2F","checksum":"b414868ebcaaab172ddb3500cbb5240f"}'
var C ='{"timestamp":1714120052337,"basets":1714120052337,"loadts":1714120052337,"fingerprint":"f9f66d27708446fad1ceeaf9a615dc85","abnormal":"00000000000000000000000000000000","referer":"","uri":"https%3A%2F%2Fwww.iyiou.com%2F","checksum":"b414868ebcaaab172ddb3500cbb5240f"}'
var z = ["3", "0", "4", "1", "2"]
, K = 0x0;
while (!![]) {
switch (z[K++]) {
case '0':
for (x = 0x0; x<0x100; x++)
D = (D + g[x] + "tg09It3*9h"["charCodeAt"](x % 10)) % 0x100,
V = g[x],
g[x] = g[D],
g[D] = V;
continue;
case '1':
for (var d = 0x0; d < C["length"]; d++)
D = (D + (g[x = (x + 0x1) % 0x100])) % 0x100,
V = g[x],
g[x] = g[D],
g[D] = V,
P += String["fromCharCode"]((C["charCodeAt"](d) ^ g[((g[x] + g[D]) % 0x100)]));
continue;
case '2':
console.log(btoa(P));
case '3':
for (var V, g = [], D = 0x0, P = '', x = 0x0; x < 0x100; x++)
g[x] = x;
continue;
case '4':
x = 0x0,
D = 0x0;
continue;
}
break;
}
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