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

Update HAR: 4KHDR #491

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
156 changes: 8 additions & 148 deletions 4KHDR.har
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"comment": "While 循环开始",
"request": {
"method": "GET",
"url": "{% while int(loop_index0) < 10 and s == 'invalid' %}",
"url": "{% while int(loop_index0) < 10 and s == \"invalid\" %}",
"headers": [],
"cookies": [],
"data": ""
Expand Down Expand Up @@ -294,155 +294,10 @@
"from": "content"
}
],
"extract_variables": []
}
},
{
"comment": "",
"request": {
"method": "GET",
"url": "https://4khdr.cn/k_misign-sign.html",
"headers": [
{
"name": "Referer",
"value": "https://4khdr.cn/"
},
{
"name": "User-Agent",
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4636.4 Safari/537.36"
}
],
"cookies": []
},
"rule": {
"success_asserts": [
{
"re": "200",
"from": "status"
}
],
"failed_asserts": [
{
"re": "立即注册",
"from": "content"
}
],
"extract_variables": [
{
"name": "formhash",
"re": "formhash=(.+)\">",
"from": "content"
},
{
"name": "uid",
"re": "discuz_uid = '(.*?)'",
"from": "content"
},
{
"name": "name",
"re": "class=\"author\">(.*)</a>",
"from": "content"
}
]
}
},
{
"comment": "",
"request": {
"method": "GET",
"url": "https://4khdr.cn/plugin.php?id=k_misign%3Asign&operation=qiandao&formhash={{formhash}}&format=empty&inajax=1&ajaxtarget=",
"headers": [
{
"name": "Referer",
"value": "https://4khdr.cn/k_misign-sign.html"
},
{
"name": "User-Agent",
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4636.4 Safari/537.36"
}
],
"cookies": []
},
"rule": {
"success_asserts": [
{
"re": "200",
"from": "status"
}
],
"failed_asserts": [
{
"re": "您所在用户组不允许使用",
"from": "content"
},
{
"re": "您当前的访问请求当中含有非法字符,已经被系统拒绝",
"from": "content"
}
],
"extract_variables": [
{
"name": "msg",
"re": "<!\\[CDATA\\[(.*)]]>",
"from": "content"
}
]
}
},
{
"comment": "",
"request": {
"method": "GET",
"url": "https://4khdr.cn/k_misign-sign.html",
"headers": [
{
"name": "Referer",
"value": "https://4khdr.cn/k_misign-sign.html"
},
{
"name": "User-Agent",
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4636.4 Safari/537.36"
}
],
"cookies": []
},
"rule": {
"success_asserts": [
{
"re": "200",
"from": "status"
}
],
"failed_asserts": [
{
"re": "立即注册",
"from": "content"
}
],
"extract_variables": [
{
"name": "lxdays",
"re": "id=\"lxdays\" value=\"(\\d+)\"",
"from": "content"
},
{
"name": "lxlevel",
"re": "id=\"lxlevel\" value=\"(\\d+)\"",
"from": "content"
},
{
"name": "lxreward",
"re": "id=\"lxreward\" value=\"(\\d+)\"",
"from": "content"
},
{
"name": "lxtdays",
"re": "id=\"lxtdays\" value=\"(\\d+)\"",
"from": "content"
},
{
"name": "qdpm",
"re": "您的签到排名:(\\d+)",
"re": "'uid':'(\\d+)'",
"from": "content"
}
]
Expand Down Expand Up @@ -512,6 +367,11 @@
"name": "gx",
"re": "贡献</em>(\\d+)",
"from": "content"
},
{
"name": "name",
"re": "title=\"访问我的空间\">(.+?)<",
"from": "content"
}
]
}
Expand All @@ -523,7 +383,7 @@
"url": "api://util/unicode",
"headers": [],
"cookies": [],
"data": "content={{name}},你已连续签到 {{lxdays}} 天\\r\\n 签到排名:{{qdpm}},签到等级:Lv.{{lxlevel}}\\r\\n 积分奖励:{{lxreward}},总天数:{{lxtdays}}\\r\\n 金钱:{{jq}},威望:{{ww}},贡献:{{gx}}\\r\\n 用户组:{{yhz}},{{sj}}"
"data": "content=用户名:{{name}}\\r\\n 金钱:{{jq}},威望:{{ww}},贡献:{{gx}}\\r\\n 用户组:{{yhz}},{{sj}}"
},
"rule": {
"success_asserts": [
Expand Down
Loading