注册了一堆 ChatFire 的账号

密码就是账号 :grinning:

账号在最下面, 随机抽了几个测试没问题

这注册的名字太明显了, 说不定就被封了.

如果需要我可以随机一些

喜欢吗! 有邀请注册或必须登录的其实都很好弄, 太容易薅羊毛

  1. ChatFire限制IP注册10个 , respond:429
  2. 外网访问速度极其的慢
  3. 刚刚去尝试了Icloud注册的隐藏邮件也有限制,好像只能注册5个2小时内
  4. 刚才就一直在换IP, 速度慢到直接换
    image
linuxdo26582
linuxdo89542
linuxdo67870
linuxdo46842
linuxdo25291
linuxdo44235
linuxdo92582
linuxdo75583
linuxdo11682
linuxdo45032
linuxdo02834
linuxdo05026
linuxdo94310
linuxdo55291
linuxdo58165
linuxdo44163
linuxdo74332
linuxdo36709
linuxdo29638
linuxdo91302
linuxdo50316
linuxdo72181
linuxdo05987
linuxdo53726
linuxdo16200
linuxdo05806
linuxdo07946
linuxdo00728
linuxdo61603
linuxdo29946
linuxdo10204
linuxdo61962
linuxdo94588
linuxdo34446
linuxdo53879
linuxdo69809
linuxdo14190
linuxdo02562
linuxdo12269
linuxdo98585
linuxdo47379
linuxdo78706
// 1. 获取验证码 , 其实只要 get url就可以了 其他都不重要,我只是直接 copy fetch代码
fetch("https://api.chatfire.cn/api/verification?email=linuxdo1@测试用邮箱.com&turnstile=",
{
    "headers": {
        "accept": "application/json, text/plain, */*",
        "accept-language": "zh-CN,zh;q=0.9,en;q=0.8,zh-TW;q=0.7,ja;q=0.6",
        "sec-ch-ua": "\"Google Chrome\";v=\"123\", \"Not:A-Brand\";v=\"8\", \"Chromium\";v=\"123\"",
        "sec-ch-ua-mobile": "?0",
        "sec-ch-ua-platform": "\"Windows\"",
        "sec-fetch-dest": "empty",
        "sec-fetch-mode": "cors",
        "sec-fetch-site": "same-origin"
    },
    "referrer": "https://api.chatfire.cn/register",
    "referrerPolicy": "strict-origin-when-cross-origin",
    "body": null,
    "method": "GET",
    "mode": "cors",
    "credentials": "omit"
});
response:{"message":"","success":true}


// 2. 响应 , 自己解析字符串一下就可以了
{
    "subject": "Chatfire邮箱验证邮件",
    "html": "<p>您好,你正在进行Chatfire邮箱验证。</p><p>您的验证码为: <strong>2357e7</strong></p><p>验证码 10 分钟内有效,如果不是本人操作,请忽略。</p>\n\n",
    "to": "linuxdo1@测试用邮箱.com",
    "tag": "linuxdo1",
    "text": "您好,你正在进行Chatfire邮箱验证。\n\n您的验证码为: 2357e7\n\n验证码 10 分钟内有效,如果不是本人操作,请忽略。",
    "from_parsed": [
        {
            "address": "[email protected]",
            "name": "Chatfire"
        }
    ],
    "timestamp": 1713107702977,
}
// 3. 注册
fetch("https://api.chatfire.cn/api/user/register?turnstile=",
{
   
    "body": "{\"username\":\"linuxdo1\",\"password\":\"linuxdo1\",\"password2\":\"linuxdo1\",\"email\":\"linuxdo1@测试用邮箱.com\",\"verification_code\":\"2357e7\",\"aff_code\":null}",
    "method": "POST",

});

@lueluelue

4 个赞

先mark,明天学习一下

只有0.5刀诶

太强了!!!!
学习一下

1 个赞

只要你的号够多, 就可以随便用了, 再写个脚本自动切账号

太强了~

强啊

常规话题人工智能

Mark一下