本帖最后由 吞茶嚼花 于 2020-1-7 10:28 编辑
参考原帖地址
加密方式原贴老哥也给了
只要替换字符串就行 服务器好像很多只抓了三个
自己补一下也蛮容易的
只弄了金币 有老哥方便的话补一下别的也感谢!
很菜 别喷我 就是发出来分享一下
[Lua] 纯文本查看 复制代码 {
"rules" : [
{
"action" : "body",
"matchField" : "",
"field" : "",
"value" : "\\\"money\\\\\":\\\\\"这里替换成加密后的字符串\\\\\\\"",
"matchValue" : "\\\"money\\\\\":\\\\\".+?\\\\\\\"",
"destiontion" : "response",
"isRegex" : true
}
],
"enabled" : true,
"name" : "金币",
"locations" : [
{
"method" : "GET",
"scheme" : "https",
"enabled" : true,
"port" : 0,
"query" : "*",
"host" : "restaurant.twomiles.cn",
"path" : "\/downloadRecord"
},
{
"method" : "GET",
"scheme" : "https",
"enabled" : true,
"port" : 0,
"query" : "*",
"host" : "dsa-restaurant-chengdu.twomiles.cn",
"path" : "\/downloadRecord"
},
{
"method" : "GET",
"scheme" : "https",
"enabled" : true,
"port" : 0,
"query" : "*",
"host" : "dsa-restaurant-shanghai.twomiles.cn",
"path" : "\/downloadRecord"
}
]
}
|