屿东 发表于 2024-7-28 22:08
找到关键位置断住就能看到了
superice 发表于 2024-7-28 23:28
https://mxsa-h5.mxbc.net/#/flash-sale-words?needToken=2&marketingId=1816854086004391938
网页的应该会 ...
yuhannb 发表于 2024-7-29 01:56
能留个联系方式嘛
你看一下吧, 用python写的, 就是简单的md5加密, 注释文心写的
# 设置请求的URL
url = 'https://mxsa.mxbc.net/api/v1/h5/marketing/secretword/confirm'
# 构建请求参数
param = f'marketingId={marketingId}&round={round}&s=2&secretword={secretword}c274bac6493544b89d9c4f9d8d542b84'
# 对参数进行MD5编码
m = md5Encode(param.encode("utf8"))
# 获取MD5编码的十六进制字符串
sign = m.hexdigest()
# 构建请求体
body = {
# 口令
"secretword": secretword,
# 签名
"sign": sign,
# 营xiaoID
"marketingId": marketingId,
# 轮次
"round": round,
# 固定值
"s": 2
}
# 发送POST请求并获取响应
res = requests.post(url, headers=headers, json=body)
# 打印响应结果
print(f'任务开始: {res.text}')
//marketingId=活动ID&round=时间&s=2&secretword=口令&stamp=13位时间戳+固定值c274bac6493544b89d9c4f9d8d542b84
提交口令的sign:
marketingId=1816854086004391938&round=13:00&s=2&secretword=好一朵美丽的茉莉花&stamp=1722230701151c274bac6493544b89d9c4f9d8d542b84
qqwq123 发表于 2024-7-29 13:11
import requests import json import time import hashlib # API 请求的 URL url = "https://mxsa.mxbc.ne ...
qqwq123 发表于 2024-7-29 13:11
import requests import json import time import hashlib # API 请求的 URL url = "https://mxsa.mxbc.ne ...
屿东 发表于 2024-7-28 22:08
找到关键位置断住就能看到了
yuhannb 发表于 2024-7-29 14:19
学习逆向需要有js和py基础吗
ggzz8888 发表于 2024-7-30 10:18
marketingId=1816854086004391938&s=2&stamp=1722305259098c274bac6493544b89d9c4f9d8d542b84
欢迎光临 精易论坛 (https://125.confly.eu.org/) | Powered by Discuz! X3.4 |