buggerlogger/arkose-solver ? reverse-engineered prompt

Reverse engineered prompt

Build me a Go tool that can solve Arkose Labs FunCaptcha tokens and return the suppressed token, the kind that includes sup=1.

I want it to work both as a reusable Go library and as a tiny HTTP server. The solver should take the site key, the RSA public key, the verify host, and the site origin, then generate the browser fingerprint, encrypt it the same way the browser does, send it to Arkose, and return the token plus whether it was suppressed.

If possible, make it support a fresh per solve session, proxy support, user agent and language overrides, and an option to pull a dataExchange blob from a page before solving since that seems to help a lot. It should feel like a real browser client, not a headless browser.

Please keep the API simple, include a small CLI server with a /token endpoint, and add a basic example showing how to use it from Go. If you need to check current docs or behavior, look up whatever is necessary online.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab