Giter Site home page Giter Site logo

ja3-proxy's Introduction

ja3-proxy

使用ja3越过cf验证,5秒盾使用yes通过验证

交流群

https://t.me/xyhelper

需准备的资源

一个可访问目标网站(例如 https://chat.openai.com )的代理服务器,注意不要使用动态IP代理,可能因IP跳动导致过盾失效,如果要使用平台过盾,需满足以下条件:

代理地址,支持以下格式:

    有密码http/https代理:http://user:[email protected]:62930 

    没有密码http/https代理:http://45.91.239.47:62930

    没有密码的socks5代理: socks5://5.252.190.52:64585 

    !不支持带密码的socks5代理!

注意:如果需要权限,请将43.154.193.54加入白名单

注意:CF盾对代理要求较高,请使用国际代理,如果报ERROR_CAPTCHA_UNSOLVABLE错误,请更换代理再试一下,也可以联系我们测试是否能过(绝大部份情况都能过)

注意:不要使用本地代理(127.0.0.1、localhost、192.168.x.x、172.0.x.x),本地代理只有你自己电脑才能访问,服务器访问不了!

一个yescaptchaclientKey,新用户请使用我的推荐链接 https://yescaptcha.com/i/RLazNv 注册,可以直接获得VIP5等级,注意成功后,联系yescaptcha客服可获取赠送的1500积分。

使用方法

创建 docker-compose.yml

version: '3'
services:
  ja3-proxy:
    image: xyhelper/ja3-proxy
    ports:
      - "16524:16524"
      - "9988:9988"
    environment:
      WEBSITE_URL: "https://chat.openai.com/auth/login" # 要过盾的目标网站
      PROXY: http://username:password@IP:端口  # 代理服务器信息
      CLIENTKEY: "4733exxxxxx" # yescaptcha 的 clientKey
      LOCALPROXYUSER: "自行设置一个用户名" # ja3代理服务用户名
      LOCALPROXYPASS: "自行设置一个密码" # ja3代理服务密码

启动

docker compose up -d

查看日志

docker compose logs -f 

当日志中显示以下内容时表示启动完成 NeedBypass 表示是否需要过盾 如果 ServerStatus 为 0,说明尝试过盾失败,请根据日志进一步排查。

2024-03-23 04:52:19.419 [INFO] {626c0075af58bf178c52cc75cc68392d} NeedBypass: true ServerStatus: 200
2024-03-23 04:52:19.419 [INFO] {626c0075af58bf178c52cc75cc68392d} start http server
2024/03/23 04:52:19 [::]:9988
2024-03-23 04:52:19.421 [INFO] pid[2482139]: http server started listening on [:16524]
2024-03-23 04:52:19.421 [INFO] {f75e39f16158bf17ad1b3307f36d6d0d} openapi specification is disabled

  ADDRESS | METHOD | ROUTE |  HANDLER  | MIDDLEWARE  
----------|--------|-------|-----------|-------------
  :16524  | ALL    | /ping | main.ping |             
----------|--------|-------|-----------|-------------

测试服务

curl --insecure --proxy http://你的用户名:你的密码@[email protected]:9988 'https://chat.openai.com/'

ja3-proxy's People

Contributors

gcslaoli avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.