# dessant/buster

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/dessant-buster).**

9,145 stars · 681 forks · JavaScript · GPL-3.0

## Links

- GitHub: https://github.com/dessant/buster
- Homepage: https://chrome.google.com/webstore/detail/buster-captcha-solver-for/mpbjkejclgfgadiemmefgebjfooflfhl
- awesome-repositories: https://awesome-repositories.com/repository/dessant-buster.md

## Topics

`browser-extension` `captcha` `captcha-solver` `captcha-solving` `chrome-extension` `firefox-extension` `recaptcha`

## Description

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 human interaction patterns during CAPTCHA solving. The extension is built with a shared codebase that targets Chrome, Edge, and Firefox, using browser-specific polyfills and manifest configurations, while the desktop companion runs as a separate process to handle the visual challenge solving.

The system automates the full CAPTCHA solving workflow, from intercepting challenges on web pages to delegating them to the desktop app for processing. Audio CAPTCHA prompts are converted to text through speech recognition, and the reCAPTCHA bypass workflow is triggered by clicking an extension button to process the audio challenge.

## Tags

### Part of an Awesome List

- [Human-Centric CAPTCHA Solvers](https://awesome-repositories.com/f/awesome-lists/security/captcha-solving/human-centric-captcha-solvers.md) — Solves reCAPTCHA audio challenges using speech recognition and simulates human-like interactions to bypass visual verification prompts.
- [CAPTCHA Solving](https://awesome-repositories.com/f/awesome-lists/security/captcha-solving.md) — Intercepts CAPTCHA challenges and delegates solving to a companion desktop application via local communication.
- [Audio CAPTCHA Solvers](https://awesome-repositories.com/f/awesome-lists/security/captcha-solving/audio-captcha-solvers.md) — Transcribes audio CAPTCHA challenges into text using speech recognition to bypass visual verification prompts. ([source](https://chrome.google.com/webstore/detail/buster-captcha-solver-for/mpbjkejclgfgadiemmefgebjfooflfhl))
- [Human-Like Interaction Simulators](https://awesome-repositories.com/f/awesome-lists/security/captcha-solving/human-like-interaction-simulators.md) — Simulates human-like mouse movements and clicks through a companion desktop app to improve automated CAPTCHA solving. ([source](https://cdn.jsdelivr.net/gh/dessant/buster@main/README.md))
- [reCAPTCHA Audio Solvers](https://awesome-repositories.com/f/awesome-lists/security/captcha-solving/recaptcha-audio-solvers.md) — Processes reCAPTCHA audio challenges through speech recognition when the extension button is clicked. ([source](https://cdn.jsdelivr.net/gh/dessant/buster@main/README.md))

### Artificial Intelligence & ML

- [Audio Transcriptions](https://awesome-repositories.com/f/artificial-intelligence-ml/audio-transcriptions.md) — Transcribes audio CAPTCHA challenges into text using speech recognition APIs to bypass visual verification.
- [CAPTCHA Audio Transcribers](https://awesome-repositories.com/f/artificial-intelligence-ml/audio-transcriptions/captcha-audio-transcribers.md) — Converts audio CAPTCHA prompts into text through speech recognition to bypass visual verification.

### Development Tools & Productivity

- [CAPTCHA Solving Desktop Companions](https://awesome-repositories.com/f/development-tools-productivity/desktop-applications/captcha-solving-desktop-companions.md) — Provides a companion desktop app that simulates natural mouse movements and clicks to solve visual CAPTCHAs.

### Security & Cryptography

- [Bypass Workflows](https://awesome-repositories.com/f/security-cryptography/api-key-management/api-key-proxying/key-validators/recaptcha/bypass-workflows.md) — Handles reCAPTCHA audio challenges by clicking an extension button and processing the audio through speech recognition.
- [Human Behavior Simulations](https://awesome-repositories.com/f/security-cryptography/human-behavior-simulations.md) — Uses randomized mouse trajectories and timing to mimic human interaction patterns during CAPTCHA solving.
- [Human-Like Browser Drivers](https://awesome-repositories.com/f/security-cryptography/human-behavior-simulations/human-like-browser-drivers.md) — Simulates natural mouse movements and clicks via a companion desktop app to improve automated CAPTCHA success rates.

### Web Development

- [Browser Extensions](https://awesome-repositories.com/f/web-development/browser-extensions.md) — Runs CAPTCHA solving logic directly from a browser extension across Chrome, Edge, and Firefox.
- [Cross-Browser Extension Frameworks](https://awesome-repositories.com/f/web-development/browser-integration-utilities/browser-extension-development/browser-extensions/cross-browser-extension-frameworks.md) — Ships a shared codebase targeting Chrome, Edge, and Firefox with browser-specific polyfills and manifest configurations.
