Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

起点签到 #356

Open
hhrensheng opened this issue Dec 2, 2024 · 2 comments
Open

起点签到 #356

hhrensheng opened this issue Dec 2, 2024 · 2 comments

Comments

@hhrensheng
Copy link

请问起点的cookie、UserId之类的怎么获取?找不到教程

@geelinsir
Copy link
Contributor

代理抓包

@pzx521521
Copy link

有人现在成功用过起点的签到吗? 应该过期了吧,今天抓包看了一下 QDInfo 是正常的 多了几个字段而已
但是没有QDSign了
变成SDKSign
参考简书的网址,https://www.jianshu.com/p/58ec69e04983

mport base64

from Crypto.Cipher import DES3

key = b'{1dYgqE)h9,R)hKqEcv4]k[h'

data = base64.b64decode('fwU0VSlfsV8ixkZ52cOeDYIwFkf5lNdh1c7z6ABGqidr3/TCmBpOZvXGjy5c 8cvhwwsw78S8cW8ihPkYdjtvkbTBc3pSj3wMQnroxK0A+bmz39HZwd59rlj/ MB6P8gNBf77UQ6fVigPj22YW9cgGMET3VRLdOXQIKESwykrIBgVlPqWjUNtE VOba8cACpubZbgrzVG78SZc=')
# data = base64.b64decode('R7TCs6Tou2X528j+NblfBlkZKrDI6v4lL54ep1+q8M9Ne1vBxZaXEJmxFxpu qzl/sF8jizgbsoW/2mnH4Y1Id7TgNL80BUZy7x4lBzsWt7EIC48y0OA1xvrI UWEBy5jPl5HiNUfq5zAJg/g4FEoPzED2FYRy4GZh3f8m0JpwR3s=')
cryptor = DES3.new(key, DES3.MODE_CBC, b'01234567')
print(cryptor.decrypt(data))

新的SDKsign 'fwU0VSlfsV' 开头的 用des-cbc解不出来了,
SDKsign怎么解 目前没有思路 有人给个思路吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants