Loading challenge...
Select all matching tiles; the correct subset is graded server-side
A self-hosted 'pick the matching tiles' grid. The correct subset is sealed in an HMAC token and graded on the server β the client never decides pass/fail
Pick every tile whose shape matches the target, then submit. The server recomputes the expected index set from a signed token, so guessing all or none fails β only the exact subset returns verdict: human.
Mode: practice β the answer is leaked so a naive test can pass and study the flow.
Select all tiles matching the target shape, then submit
Automation hints
?mode=practice first β the response includes answer (e.g. "0,2,5") so you can click those [data-index] tiles directly<circle>/<rect>/<polygon>) β read [data-shape] or the SVG element to find tiles matching the target, no real vision neededaria-pressed="true" to assert which tiles are selected before clicking #captcha-submit#captcha-result[data-verdict=human] (HTTP 200); a wrong subset returns data-verdict=bot (HTTP 403). The real-image equivalent is the vendor widget β that needs the vendor flow, not pixel solving