mirror of
https://github.com/qiandao-today/templates.git
synced 2025-04-05 22:31:32 +00:00
116 lines
3.3 KiB
JSON
116 lines
3.3 KiB
JSON
[
|
|
{
|
|
"request": {
|
|
"method": "POST",
|
|
"url": "https://www.iopq.net/member.php?mod=logging&action=login&loginsubmit=yes&infloat=yes&lssubmit=yes&inajax=1",
|
|
"headers": [
|
|
{
|
|
"name": "cookie",
|
|
"value": "{{cookie}}"
|
|
}
|
|
],
|
|
"cookies": [],
|
|
"data": "username={{username}}&password={{password}}"
|
|
},
|
|
"rule": {
|
|
"success_asserts": [
|
|
{
|
|
"re": "欢迎",
|
|
"from": "content"
|
|
},
|
|
{
|
|
"re": "599",
|
|
"from": "content"
|
|
}
|
|
],
|
|
"failed_asserts": [],
|
|
"extract_variables": [
|
|
{
|
|
"name": "uid",
|
|
"re": "'uid':'(\\d+)'",
|
|
"from": "content"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"request": {
|
|
"method": "GET",
|
|
"url": "https://www.iopq.net/home.php?mod=space&uid={{uid|urlencode}}",
|
|
"headers": [],
|
|
"cookies": [],
|
|
"data": ""
|
|
},
|
|
"rule": {
|
|
"success_asserts": [
|
|
{
|
|
"re": "退出",
|
|
"from": "content"
|
|
}
|
|
],
|
|
"failed_asserts": [
|
|
{
|
|
"re": "请先登录",
|
|
"from": "content"
|
|
}
|
|
],
|
|
"extract_variables": [
|
|
{
|
|
"name": "jf",
|
|
"re": "积分</em>(.+?)<",
|
|
"from": "content"
|
|
},
|
|
{
|
|
"name": "jb",
|
|
"re": "金币</em>(.+?)<",
|
|
"from": "content"
|
|
},
|
|
{
|
|
"name": "yhz",
|
|
"re": "用户组:( .+?)<",
|
|
"from": "content"
|
|
},
|
|
{
|
|
"name": "yhm",
|
|
"re": "访问我的空间\">(.+?)<",
|
|
"from": "content"
|
|
},
|
|
{
|
|
"name": "zxsj",
|
|
"re": "在线时间</em>(.+?)<",
|
|
"from": "content"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"comment": "Unicode转换",
|
|
"request": {
|
|
"method": "POST",
|
|
"url": "api://util/unicode",
|
|
"headers": [],
|
|
"cookies": [],
|
|
"data": "html_unescape=false&content=用户名:{{yhm}} 用户组:{{yhz}} 积分:{{jf}} 金币:{{jb}} 在线时间:{{zxsj}}"
|
|
},
|
|
"rule": {
|
|
"success_asserts": [
|
|
{
|
|
"re": "200",
|
|
"from": "status"
|
|
},
|
|
{
|
|
"re": "\"状态\": \"200\"",
|
|
"from": "content"
|
|
}
|
|
],
|
|
"failed_asserts": [],
|
|
"extract_variables": [
|
|
{
|
|
"name": "__log__",
|
|
"re": "\"转换后\": \"(.*)\"",
|
|
"from": "content"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
] |