feat(solvers): add Proof-of-Work (Altcha, Friendly Captcha) and Wasm challenge support - #122
Open
nklowns wants to merge 3 commits into
Open
feat(solvers): add Proof-of-Work (Altcha, Friendly Captcha) and Wasm challenge support#122nklowns wants to merge 3 commits into
nklowns wants to merge 3 commits into
Conversation
…challenge support - Implement in-page solver for Altcha SHA-256 Proof-of-Work widgets - Implement in-page solver for Friendly Captcha (v1 and v2) client puzzle widgets - Add PoW challenge detection and wall classification in utils/detect.ts - Add dedicated waiter for PoW gates and WebAssembly interstitials in utils/powWait.ts - Integrate with challengeRouter and solvePageCaptchas - Add unit tests for detection, solving, routing, and waiters - Update CHANGELOG.md under Unreleased Resolves germondai#121
…M piercing in Altcha
…e interaction in Friendly Captcha
Author
Verification & Implementation Notes
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Proof-of-Work (PoW) and WebAssembly challenge handling to TRAWL. Provides in-page solvers for Altcha (SHA-256 PoW) and Friendly Captcha (v1 and v2 client puzzle) widgets, along with detection and dedicated waiting for PoW gates and WebAssembly interstitials (
hasPowChallenge,waitForPowResolution).Linked issues
Closes #121
Type of change
Checklist
bun run checkand it passes locallyCHANGELOG.mdunder## [Unreleased]for user-visible changesAGPL notice
By submitting this PR, I confirm my contribution is my own work and I agree to license it under AGPL-3.0.