Skip to content

Requests based captcha solver for Arkose Labs using speech recognition

Notifications You must be signed in to change notification settings

rafaelcalleja/Funcaptcha-Audio-Solver

 
 

Repository files navigation


Usage

  1. make build
  2. make run
  3. curl -X POST 'http://0.0.0.0:9000/token?public_key=0A1D34FC-659D-4E23-B17B-694DCFCF6A6C&service_url=https%3A%2F%2Ftcr9i.chat.openai.com' -H 'accept: application/json'
{
  "token": "5151795b1484940b1.4329825105|r=eu-west-1|meta=3|metabgclr=transparent|metaiconclr=%23757575|guitextcolor=%23000000|pk=0A1D34FC-659D-4E23-B17B-694DCFCF6A6C|at=40|ag=101|cdn_url=https%3A%2F%2Fapi.funcaptcha.com%2Fcdn%2Ffc|lurl=https%3A%2F%2Faudio-eu-west-1.arkoselabs.com|surl=https%3A%2F%2Fapi.funcaptcha.com|smurl=https%3A%2F%2Fapi.funcaptcha.com%2Fcdn%2Ffc%2Fassets%2Fstyle-manager",
  "solve_time": "4s",
  "error": null
}
  1. http://0.0.0.0:9000/docs

Please note

This captcha solver will only work on sites that support audio challenges, I am not responsible for your actions using this script. This script was made for educational purposes.

About

Requests based captcha solver for Arkose Labs using speech recognition

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 88.7%
  • Dockerfile 5.8%
  • Makefile 5.5%