captcha
Audited by Socket on May 16, 2026
2 alerts found:
AnomalyMalwareThis module is a straightforward CAPTCHA-solving client that communicates with fixed third-party solver endpoints, sending the API key and challenge data (and optionally base64-encoded local image contents) and polling until a solution token is returned. No overt malware techniques (backdoors, persistence, command execution, or obfuscation) are evident. The main security concern is abuse-enabling functionality plus data disclosure to external services, including API-key exposure in a polling GET query string and unrestricted local file reading in image mode (path provided by the caller). Overall: likely an integration/automation utility with moderate security/policy risk depending on the containing application’s intent and data-handling requirements.
This module provides an end-to-end playbook to bypass CAPTCHA-based bot defenses: it detects CAPTCHA type by inspecting the DOM/page source, extracts provider parameters (sitekeys/callback hints), obtains solved tokens/answers via external solving workflows (including image capture/download), injects solutions into the corresponding hidden response inputs, and triggers or subverts provider verification (including overriding reCAPTCHA v3 execution). While the snippet does not show classic payload behaviors like exfiltration or persistence, it is highly aligned with security-control circumvention and should be treated as high risk for misuse if present in a dependency.