qd-today / templates

基于开源新版 QD 框架站发布的公共har模板库,仅供示例
1.03k stars 291 forks source link

summer-plus(原south-plus) 评论区 #31

Open AragonSnow opened 3 years ago

AragonSnow commented 3 years ago

HAR 模板名称

summer-plus(原south-plus)

作者信息

github-h

模板备注及说明

cookie

每日签到奖励

https://www.south-plus.net

HAR 文件名

summer-plus(原south-plus).har

HAR 模板内容

[
{
    "comment": "Cookie登陆",
    "request":
    {
        "method": "GET",
        "url": "https://www.south-plus.net/plugin.php?H_name-tasks.html=",
        "headers": [
        {
            "name": "Host",
            "value": "www.south-plus.net"
        },
        {
            "name": "User-Agent",
            "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36"
        },
        {
            "name": "Accept",
            "value": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"
        },
        {
            "name": "Accept-Language",
            "value": "zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2"
        },
        {
            "name": "Accept-Encoding",
            "value": "gzip, deflate, br"
        },
        {
            "name": "Referer",
            "value": "https://www.south-plus.net/"
        },
        {
            "name": "DNT",
            "value": "1"
        },
        {
            "name": "Connection",
            "value": "keep-alive"
        },
        {
            "name": "Cookie",
            "value": "{{cookie}}"
        },
        {
            "name": "Upgrade-Insecure-Requests",
            "value": "1"
        }],
        "cookies": []
    },
    "rule":
    {
        "success_asserts": [
        {
            "re": "200",
            "from": "status"
        }],
        "failed_asserts": [
        {
            "re": "您没有登录或者您没有权限访问此页面",
            "from": "content"
        }],
        "extract_variables": []
    }
},
{
    "comment": "返回当前时间戳和时间",
    "request":
    {
        "method": "GET",
        "url": "api://util/timestamp",
        "headers": [],
        "cookies": []
    },
    "rule":
    {
        "success_asserts": [
        {
            "re": "200",
            "from": "status"
        }],
        "failed_asserts": [],
        "extract_variables": [
        {
            "name": "time",
            "re": "\"时间戳\": (.+),",
            "from": "content"
        }]
    }
},
{
    "comment": "申请周常任务",
    "request":
    {
        "method": "GET",
        "url": "https://www.south-plus.net/plugin.php?H_name=tasks&action=ajax&actions=job&cid=14&nowtime={{time|urlencode}}&verify=99c0d539",
        "headers": [
        {
            "name": "Upgrade-Insecure-Requests",
            "value": "1"
        },
        {
            "name": "DNT",
            "value": "1"
        },
        {
            "name": "Host",
            "value": "www.south-plus.net"
        },
        {
            "name": "Accept",
            "value": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"
        },
        {
            "name": "Connection",
            "value": "keep-alive"
        },
        {
            "name": "Referer",
            "value": "https://www.south-plus.net/plugin.php?H_name-tasks.html"
        },
        {
            "name": "Accept-Encoding",
            "value": "gzip, deflate, br"
        },
        {
            "name": "User-Agent",
            "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36"
        },
        {
            "name": "Accept-Language",
            "value": "zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2"
        }],
        "cookies": []
    },
    "rule":
    {
        "success_asserts": [
        {
            "re": "200",
            "from": "status"
        }],
        "failed_asserts": [
        {
            "re": "您还没有登录或注册,暂时不能使用此功能!!",
            "from": "content"
        }],
        "extract_variables": [
        {
            "re": "confirm(.+)]]",
            "from": "content",
            "name": "apply_week"
        }]
    }
},
{
    "comment": "申请日常任务",
    "request":
    {
        "method": "GET",
        "url": "https://www.south-plus.net/plugin.php?H_name=tasks&action=ajax&actions=job&cid=15&nowtime={{time|urlencode}}&verify=99c0d539",
        "headers": [
        {
            "name": "Upgrade-Insecure-Requests",
            "value": "1"
        },
        {
            "name": "DNT",
            "value": "1"
        },
        {
            "name": "Host",
            "value": "www.south-plus.net"
        },
        {
            "name": "Accept",
            "value": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"
        },
        {
            "name": "Connection",
            "value": "keep-alive"
        },
        {
            "name": "Referer",
            "value": "https://www.south-plus.net/plugin.php?H_name-tasks.html"
        },
        {
            "name": "Accept-Encoding",
            "value": "gzip, deflate, br"
        },
        {
            "name": "User-Agent",
            "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36"
        },
        {
            "name": "Accept-Language",
            "value": "zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2"
        }],
        "cookies": []
    },
    "rule":
    {
        "success_asserts": [
        {
            "re": "success",
            "from": "content"
        },
        {
            "re": "200",
            "from": "status"
        }],
        "failed_asserts": [
        {
            "re": "您还没有登录或注册,暂时不能使用此功能!!",
            "from": "content"
        }],
        "extract_variables": [
        {
            "re": "confirm(.+)]]",
            "from": "content",
            "name": "apply_day"
        }]
    }
},
{
    "comment": "完成周常任务",
    "request":
    {
        "method": "GET",
        "url": "https://www.south-plus.net/plugin.php?H_name=tasks&action=ajax&actions=job2&cid=14&nowtime={{time|urlencode}}&verify=99c0d539",
        "headers": [
        {
            "name": "Upgrade-Insecure-Requests",
            "value": "1"
        },
        {
            "name": "DNT",
            "value": "1"
        },
        {
            "name": "Host",
            "value": "www.south-plus.net"
        },
        {
            "name": "Accept",
            "value": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"
        },
        {
            "name": "Connection",
            "value": "keep-alive"
        },
        {
            "name": "Referer",
            "value": "https://www.south-plus.net/plugin.php?H_name-tasks-actions-newtasks.html.html"
        },
        {
            "name": "Accept-Encoding",
            "value": "gzip, deflate, br"
        },
        {
            "name": "User-Agent",
            "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36"
        },
        {
            "name": "Accept-Language",
            "value": "zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2"
        }],
        "cookies": []
    },
    "rule":
    {
        "success_asserts": [
        {
            "re": "200",
            "from": "status"
        }],
        "failed_asserts": [
        {
            "re": "您还没有登录或注册,暂时不能使用此功能!!",
            "from": "content"
        }],
        "extract_variables": [
        {
            "re": "confirm(.+)]]",
            "from": "content",
            "name": "finish_week"
        }]
    }
},
{
    "comment": "完成日常任务",
    "request":
    {
        "method": "GET",
        "url": "https://www.south-plus.net/plugin.php?H_name=tasks&action=ajax&actions=job2&cid=15&nowtime={{time|urlencode}}&verify=99c0d539",
        "headers": [
        {
            "name": "Upgrade-Insecure-Requests",
            "value": "1"
        },
        {
            "name": "DNT",
            "value": "1"
        },
        {
            "name": "Host",
            "value": "www.south-plus.net"
        },
        {
            "name": "Accept",
            "value": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"
        },
        {
            "name": "Connection",
            "value": "keep-alive"
        },
        {
            "name": "Referer",
            "value": "https://www.south-plus.net/plugin.php?H_name-tasks-actions-newtasks.html.html"
        },
        {
            "name": "Accept-Encoding",
            "value": "gzip, deflate, br"
        },
        {
            "name": "User-Agent",
            "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36"
        },
        {
            "name": "Accept-Language",
            "value": "zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2"
        }],
        "cookies": []
    },
    "rule":
    {
        "success_asserts": [
        {
            "re": "200",
            "from": "status"
        }],
        "failed_asserts": [
        {
            "re": "您还没有登录或注册,暂时不能使用此功能!!",
            "from": "content"
        }],
        "extract_variables": [
        {
            "re": "confirm(.+)]]",
            "from": "content",
            "name": "finish_day"
        }]
    }
},
{
    "comment": "获取积分",
    "request":
    {
        "method": "GET",
        "url": "https://www.south-plus.net/userpay.php",
        "headers": [
        {
            "name": "Host",
            "value": "www.south-plus.net"
        },
        {
            "name": "User-Agent",
            "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36"
        },
        {
            "name": "Accept",
            "value": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"
        },
        {
            "name": "Accept-Language",
            "value": "zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2"
        },
        {
            "name": "Accept-Encoding",
            "value": "gzip, deflate, br"
        },
        {
            "name": "DNT",
            "value": "1"
        },
        {
            "name": "Connection",
            "value": "keep-alive"
        },
        {
            "name": "Upgrade-Insecure-Requests",
            "value": "1"
        },
        {
            "name": "Pragma",
            "value": "no-cache"
        },
        {
            "name": "Cache-Control",
            "value": "no-cache"
        }],
        "cookies": [],
        "data": "",
        "mimeType": ""
    },
    "rule":
    {
        "success_asserts": [
        {
            "re": "200",
            "from": "status"
        }],
        "failed_asserts": [
        {
            "re": "您没有登录或者您没有权限访问此页面",
            "from": "content"
        }],
        "extract_variables": [
        {
            "re": "SP币: <span class=\"b f16 s3\">(.+?)<",
            "from": "content",
            "name": "log_value"
        }]
    }
},
{
    "comment": "生成日志",
    "request":
    {
        "method": "POST",
        "url": "api://util/urldecode",
        "headers": [],
        "cookies": [],
        "data": "content=SP币: {{log_value}}"
    },
    "rule":
    {
        "success_asserts": [
        {
            "re": "200",
            "from": "status"
        },
        {
            "re": "\"状态\": \"200\"",
            "from": "content"
        }],
        "failed_asserts": [],
        "extract_variables": [
        {
            "name": "__log__",
            "re": "\"转换后\": \"(.*)\"",
            "from": "content"
        }]
    }
}]
lancer-wang commented 1 year ago

Failed at 1/8 request, Fail assert: {"re": "您没有登录或者您没有权限访问此页面", "from": "content"} from failed_asserts, Request URL: https://www.summer-plus.net/plugin.php?H_name-tasks.html= 不知道为什么会出现这个

lancer-wang commented 1 year ago

image 用的插件获取的cookie

fengziX commented 1 year ago

Failed at 1/8 request, Fail assert: {"re": "您没有登录或者您没有权限访问此页面", "from": "content"} from failed_asserts, Response Error : OK, Request URL: https://www.summer-plus.net/plugin.php?H_name-tasks.html=

github-h commented 1 year ago

Failed at 1/8 request, Fail assert: {"re": "您没有登录或者您没有权限访问此页面", "from": "content"} from failed_asserts, Response Error : OK, Request URL: https://www.summer-plus.net/plugin.php?H_name-tasks.html=

你得在第一步输入你的cookie

lancer-wang commented 1 year ago

终于搞好了,原来是要去har里面改下ua

Scarlet-Tsunami commented 10 months ago

终于搞好了,原来是要去har里面改下ua

同样的问题 第一条和第七条里UA改成自己浏览器的就好了 https://tool.lu/useragent/

wzgrx commented 6 months ago

2024-04-09 10:05:19 日志:Failed at 3/8 request, Fail assert: {"re": "您还没有登录或注册,暂时不能使用此功能!!", "from": "content"} from failed_asserts, Request URL: https://www.south-plus.net/plugin.php?H_name=tasks&action=ajax&actions=job&cid=14&nowtime={{time|urlencode}}&verify=99c0d539

github-h commented 6 months ago

2024-04-09 10:05:19 日志:Failed at 3/8 request, Fail assert: {"re": "您还没有登录或注册,暂时不能使用此功能!!", "from": "content"} from failed_asserts, Request URL: https://www.south-plus.net/plugin.php?H_name=tasks&action=ajax&actions=job&cid=14&nowtime={{time|urlencode}}&verify=99c0d539

登录不就好了.....

Magic989 commented 6 months ago

Failed at 4/8 request, Fail assert: {"re": "您还没有登录或注册,暂时不能使用此功能!!", "from": "content"} from failed_asserts, Request URL: https://www.south-plus.net/plugin.php?H_name=tasks&action=ajax&actions=job&cid=15&nowtime={{time|urlencode}}&verify=99c0d539

我直接访问的话,返回的是下面这个

<![CDATA[ confirm 拒离上次申请[日常]还没超过 18 小时 ]]>

奇怪的是第三个请求(申请周常任务)成功了,但第四个请求(申请日常任务)却失败了。。

peerless-hero commented 4 months ago

现在南加论坛启用了cloudflare防护,拦截了签到接口,导致脚本基本无法使用了......

szhu25 commented 4 months ago

现在南加论坛启用了cloudflare防护,拦截了签到接口,导致脚本基本无法使用了......

如果能加个Flaresolverr的应该就可以用了,不过我没研究明白😂

JMPTW0 commented 4 months ago

现在南加论坛启用了cloudflare防护,拦截了签到接口,导致脚本基本无法使用了......

我还以为我ip被拉黑了

Astlm commented 4 months ago

现在南加论坛启用了cloudflare防护,拦截了签到接口,导致脚本基本无法使用了......

换ja3-dev的版本

JMPTW0 commented 4 months ago

现在南加论坛启用了cloudflare防护,拦截了签到接口,导致脚本基本无法使用了......

换ja3-dev的版本

这个版本在哪,有链接吗

picpo commented 4 months ago

现在南加论坛启用了cloudflare防护,拦截了签到接口,导致脚本基本无法使用了......

换ja3-dev的版本

这个版本在哪,有链接吗

https://qd-today.github.io/qd/zh_CN/guide/deployment.html#%E5%AE%B9%E5%99%A8

picpo commented 4 months ago

终于搞好了,原来是要去har里面改下ua

终于搞好了,原来是要去har里面改下ua

同样的问题 第一条和第七条里UA改成自己浏览器的就好了 https://tool.lu/useragent/

我目前也遇到了同样的问题,把每一条的UA修改后还是不行

JMPTW0 commented 4 months ago

现在南加论坛启用了cloudflare防护,拦截了签到接口,导致脚本基本无法使用了......

换ja3-dev的版本

这个版本在哪,有链接吗

https://qd-today.github.io/qd/zh_CN/guide/deployment.html#%E5%AE%B9%E5%99%A8

感谢,成功了

qwazx commented 3 months ago

已经换了ja3-dev的版本,但还是报错了

Fail assert: {"re": "您没有登录或者您没有权限访问此页面", "from": "content"} from failed_asserts, Request URL: https://www.south-plus.net/plugin.php?H_name-tasks.html=

ua已近修改了

Astlm commented 3 months ago

已经换了ja3-dev的版本,但还是报错了

Fail assert: {"re": "您没有登录或者您没有权限访问此页面", "from": "content"} from failed_asserts, Request URL: https://www.south-plus.net/plugin.php?H_name-tasks.html=

ua已近修改了

ja3是过cf用的 你这个应该是ck的问题

qwazx commented 3 months ago

已经换了ja3-dev的版本,但还是报错了 Fail assert: {"re": "您没有登录或者您没有权限访问此页面", "from": "content"} from failed_asserts, Request URL: https://www.south-plus.net/plugin.php?H_name-tasks.html= ua已近修改了

ja3是过cf用的 你这个应该是ck的问题

CK是用签到的自动插件获取的,会是插件的问题吗

qwazx commented 3 months ago

已经换了ja3-dev的版本,但还是报错了 Fail assert: {"re": "您没有登录或者您没有权限访问此页面", "from": "content"} from failed_asserts, Request URL: https://www.south-plus.net/plugin.php?H_name-tasks.html= ua已近修改了

ja3是过cf用的 你这个应该是ck的问题

确实是插件的问题,我换个插件就可以了,感谢

picpo commented 3 months ago

已经换了ja3-dev的版本,但还是报错了 Fail assert: {"re": "您没有登录或者您没有权限访问此页面", "from": "content"} from failed_asserts, Request URL: https://www.south-plus.net/plugin.php?H_name-tasks.html= ua已近修改了

ja3是过cf用的 你这个应该是ck的问题

确实是插件的问题,我换个插件就可以了,感谢

请问是什么插件,可以分享一下吗?

qwazx commented 3 months ago

已经换了ja3-dev的版本,但还是报错了 Fail assert: {"re": "您没有登录或者您没有权限访问此页面", "from": "content"} from failed_asserts, Request URL: https://www.south-plus.net/plugin.php?H_name-tasks.html= ua已近修改了

ja3是过cf用的 你这个应该是ck的问题

确实是插件的问题,我换个插件就可以了,感谢

请问是什么插件,可以分享一下吗?

Cookie-Editor选择导出就行了

DogeCA commented 2 months ago

“您没有登录或者您没有权限访问此页面” 我改了7条UA才好

fengziX commented 2 months ago

“您没有登录或者您没有权限访问此页面” 我改了7条UA才好

对的, 确实要改全部的UA, 不能只改两条