cipher-x-sudo/captcha-solver ? reverse-engineered prompt
Reverse engineered prompt
Build me a local captcha solving service I can run on my own machine as an HTTP sidecar. It should expose a simple API with a health check, status and logs, plus a solve endpoint that takes a captcha type and the target page details, then returns a reusable token or clearance cookie after solving it in a real browser.
I want it to handle the common flows like Turnstile, reCAPTCHA, hCaptcha, Cloudflare clearance, AWS WAF, BotGuard, DataDome, PerimeterX, Akamai, Aliyun, and Arkose, and I want the browser based solvers to run locally with no per solve external provider cost. Please include nice API docs in Swagger and ReDoc, token protection for the public endpoints, and a way to run it as a service on port 8877 with a simple script for local dev. If you need current library details, look up the latest docs online and wire it up cleanly.
Are you gonna build this?
make sure you review the code using coderabbit