Skip to content

Commit

Permalink
Update HAR: 4KHDR (#491)
Browse files Browse the repository at this point in the history
Co-authored-by: chen8945 <[email protected]>
  • Loading branch information
github-actions[bot] and chen8945 authored Nov 28, 2023
1 parent d8d0bf7 commit 10979fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 151 deletions.
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

0 comments on commit 10979fe

Please sign in to comment.