Expand description
Solver for Cloudflare JavaScript VM challenge v2.
Extracts orchestration metadata embedded in the challenge page, prepares the expected payload (including optional hCaptcha tokens), and relies on the shared executor to perform the delayed submission.
This solver implements the challenge-platform orchestrate flow used by modern Cloudflare protections. It includes randomized delays (1-5s by default) to mimic browser-like behavior and reduce detection risk.
Structs§
- Javascript
V2Solver - Solver capable of handling Cloudflare VM (v2) JavaScript challenges.