waguriagentic/captcha-solver ? reverse-engineered prompt
Reverse engineered prompt
Build me a local Python service that acts like an HTTP sidecar for solving captchas in a real browser and returning replayable tokens or clearance cookies. I want it to be self hosted, run on my own box, and avoid paid per solve providers for the browser based paths.
It should expose simple endpoints like /health, /solve, /status, and /logs, plus browser docs at /docs and /redoc. The solver needs to support Turnstile, reCAPTCHA, hCaptcha, Cloudflare, AWS WAF, BotGuard, DataDome, PerimeterX, Akamai, Aliyun, and Arkose. For each request, the caller gives the challenge details and gets back the token or cookie needed to continue. This service should only solve and harvest the token, not create accounts or fill forms.
Please make it work well on a headless server by running the browser with a virtual display when needed, and include simple token based protection for the non public endpoints when exposed remotely. If anything is unclear, check the current docs for the browser tooling and wire up a clean OpenAPI experience.
Have a live product UI? Try website reverse