We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
请问起点的cookie、UserId之类的怎么获取?找不到教程
The text was updated successfully, but these errors were encountered:
代理抓包
Sorry, something went wrong.
有人现在成功用过起点的签到吗? 应该过期了吧,今天抓包看了一下 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怎么解 目前没有思路 有人给个思路吗
No branches or pull requests
请问起点的cookie、UserId之类的怎么获取?找不到教程
The text was updated successfully, but these errors were encountered: