Buster is a browser extension that solves reCAPTCHA audio challenges by transcribing them into text through speech recognition, and it simulates human-like mouse interactions to bypass visual verification prompts. The extension coordinates with a companion desktop application via local inter-process communication, where the desktop app handles the simulation of natural mouse movements and clicks to improve automated solving success rates. The project distinguishes itself by combining audio transcription with human behavior simulation, using randomized mouse trajectories and timing to mimic hu
Scraperjs is a JavaScript web scraping library and headless browser automation tool designed to extract structured data from both static HTML and JavaScript-rendered websites. It functions as an asynchronous scraping workflow orchestrator and a selector-based engine for transforming unstructured web content into usable data. The library distinguishes itself by managing a shared browser instance across multiple tasks to optimize resource usage and reduce startup latency. It supports custom script injection into sandboxed browser environments to manipulate the DOM or execute browser-side logic
PocketSphinx is an offline speech recognition engine that converts raw audio from files or live microphone streams into written text without requiring a network connection. It functions as a speech-to-text library, a real-time transcription engine, and a voice command processor, capable of detecting and transcribing spoken commands from continuous audio streams with configurable acoustic and language models. The engine uses weighted finite-state transducers to represent acoustic, phonetic, and language models as a single search graph for efficient decoding. It employs fixed-point acoustic mod
uncaptcha2 是一个音频验证码绕过工具和 ReCaptcha 求解器,旨在规避机器人检测系统。它作为一个语音转文本验证码求解器,将音频安全挑战转换为文本,以自动化完成基于数字的验证步骤。
ecthros/uncaptcha2 的主要功能包括:Audio CAPTCHA Solvers, Speech to Text Transcription, reCAPTCHA Audio Solvers, Headless Browser Automation, Automated Web Scraping, Challenge-Driven Form Automation。
ecthros/uncaptcha2 的开源替代品包括: dessant/buster — Buster is a browser extension that solves reCAPTCHA audio challenges by transcribing them into text through speech… ruipgil/scraperjs — Scraperjs is a JavaScript web scraping library and headless browser automation tool designed to extract structured… dreammis/social-auto-upload — This project is a social media automation tool designed to publish videos and images across multiple social networks… argmaxinc/whisperkit. casperjs/casperjs — CasperJS is a scripting utility and testing framework for automating web scenarios via headless browsers. It enables… cmusphinx/pocketsphinx — PocketSphinx is an offline speech recognition engine that converts raw audio from files or live microphone streams…