Expand description
Solver for Cloudflare IUAM / JavaScript challenge v1.
Parses the challenge page, evaluates the embedded JavaScript snippet via the provided interpreter, and produces the submission payload the caller must POST back to Cloudflare.
This implementation includes detection for both legacy IUAM challenges and newer challenge-platform orchestrate variants used by Cloudflare.
Structs§
- Javascript
V1Solver - Solver for IUAM (v1) challenges.
Enums§
- Javascript
V1Error - IUAM solver errors.