Thunder Cloud Disk
Thunder Cloud Disk
Tips
Please use Thunder directly instead of ThunderExpert if you are not good at it.
ThunderExpert mainly provides more free settings and realizes more login methods
迅雷 X(后两个)服务海外用户,截止文档发布时只有 安卓版其它版本暂未发布
迅雷 X 本地代理模式,迅雷 X 专家版有302方式
- 迅雷 X 在未开启会员的情况下速度也够用,后期更改暂时未知
- 使用APP可能需要proxy,挂载在AList不需要
username
That is, the mobile phone number, email, and username used for login (there is a probability that you cannot log in, you need to try)
- 在获取验证码之前填写手机号先不要携带
+86
区号 - You need to bring the
+86
area code, for example +8613722223333 fill in like this
password
password for login
CaptchaToken
Need verify: {url} may appear when logging in or uploading, please visit the link in the error to complete the verification and get CaptchaToken (verification code)
Fill in the mount directory ID account password and save it, there will be a big lump in the upper right corner (cannot be copied),
Let's go back to adding an account to copy from Https to the end to a new window to get the verification code parameter (CaptchaToken)
See the image below to add
The default download method used
Tips
If Xunlei needs to download, you must specify UserAgent (same as DownUserAgent below)
Or use the proxy function in this program to transfer.
Login Type
When selecting User, you only need to fill in the username and password
- User You need to bring the
+86
area code, for example +8613722223333 fill in like this
- User You need to bring the
RefreshToken: Just fill in RefreshToken when selecting RefreshToken
Signature Type
Algorithms:When selecting Algorithms, just fill in the Algorithms (it is difficult to obtain, and needs to be reversed)
Captcha sign: Only fill in CaptchaSign and Timestamp when selecting CaptchaSign
//signature algorithm
str = ClientID + ClientVersion + PackageName + DeviceID + Timestamp
for (Algorithm in Algorithms) {
str = md5(str + Algorithm)
}
CaptchaSign = "1." + str
Login type and Sign type recommended options
DeviceID
The value calculated by md5 is used to determine the logged in device
ClientID, ClientSecret, ClientVersion, PackageName
It is related to the signature, fill in according to the actual situation
UserAgent
UserAgent used by API requests, may be inaccessible or speed limited if the setting is incorrect
DownUserAgent
The User Agent used for downloading, if the setting is wrong, it will not be downloaded (it will be used when the agent is turned on) Fixed parameters:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
Key data acquisition process
Obtain Xunlei request data through network analysis tools (packet capture tools) --- Please read the following information carefully
Open Xunlei and log in to your account (the picture below uses the PC client to operate, and the web terminal is also available)
Included in the request https://xluser-ssl.xunlei.com/v1/shield/captcha/init
CaptchaSign, Timestamp, DeviceID, ClientID, ClientVersion, PackageName, User-Agent
Note: After obtaining the information of the two pictures, slowly select the data from the two data captured and fill in it
After logging in to Thunder and opening the packet capture tool, it is possible that the information of v1/shield/captcha/init cannot be immediately obtained at this time.
Do not close the Xunlei PC client and the packet capture tool, just wait, it will refresh automatically after 5 minutes
You will see the parameters as shown in the figure below, and you can fill in it according to the acquisition (if you can't see it clearly, you can right-click to copy the picture and link it to the browser to open a new window)
See v1/shield/captcha/init and grab it, please immediately don't delay for a second Right-click Xunlei in the taskbar in the lower right corner to exit, exit completely and then reopen to get * Figure II*
Restarting Thunder will refresh the token
The request to https://xluser-ssl.xunlei.com/v1/auth/token contains RefreshToken (please use the returned value), ClientSecret (does not exist on the web side)
Figure 1 contains 7 parameters | Figure 1 contains 2 parameters | a fixed parameter (Down UserAgent), ten parameters and 3 options and a mount path, just write and save, before saving Remember to check~
ThunderExpert complete parameter filling demo:
The default download method used
username、password
The mailbox and password used for login
CaptchaToken
It will be filled automatically without filling in manually
Use video url
The default download method used
username、password
The mailbox and password used for login
Root folder id
The default is the full directory of the empty display, If you want to use a subfolder to make the root directory, grab the request to get it
- In the request in the package
https://api-pan.xunleix.com/drive/v1/files?parent_id=&page_token=&filters=
,you can get the following parameters文件夹ID(id)
文件夹名称(name)
父文件夹ID(parent_id)
- The
folder ID
obtained in the root directory (for example :我接收的文件
、我的云盘
、高速云下载
), This will change with different account numbers, there is no the same value, In the request in the package
Login Type
User
: Only fill in the username and passwordRefresh token
: Just fill inRefreshToken
Sign Type
Algorithms
:ChooseAlgorithms
Just fill inAlgorithms
(It has been automatically filled. You do n’t have to fill in it yourself. You only need to fill in the username and password.When the algorithm is not invalidated)Captcha sign
: ChooseCaptcha sign
Just fill inCaptcha sign
andTimestamp
Part of parameter Packet Capture description
Captcha token
:No need to fill inDevice id
:The value calculated by MD5 is used to judge the login deviceClient id
,Client secret
,Client version
,Package name
:It related to the signature, fill in according to the actual situationUser agent
:API requestsUser agent
, setting errors may not access or speed limitDownload user agent
:下When downloading, use the user agent,If the setting error cannot be downloaded (the agent will use it) fixed parameters:
Dalvik/2.1.0 (Linux; U; Android 12; M2004J7AC Build/SP1A.210812.016)`
In the request in the package https://xluser-ssl.xunleix.com/v1/shield/captcha/init
,you can get the following parameters6个
Client id
、Device id
、Captcha sign
Package name
、Client version
、Timestamp
In the request in the package https://xluser-ssl.xunleix.com/v1/auth/signin
, you can get the following parameters2
Client id
、Client secret