Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1 KB

README.md

File metadata and controls

47 lines (33 loc) · 1 KB

Arkose Funcaptcha Solver

Funcaptcha Solver made by kek! 🚀 https://t.me/kokandg

Features

  • Proxy HTTPS Support
  • 100% Requests Based
  • Fully reversed BDA
  • Unflagged asf

Usage

To implement this script in your project, you can follow a similar approach as shown below:

import requests

session=requests.Session()

task=session.post("http://127.0.0.1:8003/funcaptcha/createTask",json={
    "preset": "outlook_register",
    "chrome_version": "130",
    "proxy": self.proxy,
    "blob": blob,
}).json()

while True:
    token=session.post("http://127.0.0.1:8003/funcaptcha/getTask",json={
        "task_id": task["task_id"]
    }).json()

    if token["status"]=="completed":
        return token["captcha"]["token"]

    time.sleep(1)

Donate:

  • LTC: LctKSNT22aPhu6o4FdFMUWhJ7QJ47pKcEZ
  • BTC: bc1q82e6knntkum7pl8p3eu3hkkp5m2vu2d2ngmfgd

Showcase

Showcase

Remember: This doesnt include the image classification. If you want classification you can for example use XEvil