Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

OpenLoopHealth/recaptcha-v2-solver

Repository files navigation

Recaptcha v2 solver

A simple program to bypass recaptcha version 2 using the audio verification method.

This program only demonstrates how to bypass recaptcha on https://www.google.com/recaptcha/api2/demo

You will need to adapt this program to work on other websites. This should serve as a base repository that you can modify to meet your needs.

OS support

  1. Windows
  2. MacOS (non ARM architecture) is possible, but an emphasis is placed on Windows given that ffmpeg doesn't and won't be supporting ARM architecture

Dependencies

Dependencies are managed via pipenv. If you don't already have it, run:

pip install pipenv

To install the projects dependencies, run:

pipenv install

Usage

To verify recaptcha_solver works with the demo, run:

python recaptcha_solver.py

To use recaptcha_solver in a separate file:

from recaptcha_solver import recaptcha_solver

# call the solver where needed, passing in the webdriver instance
recaptcha_solver(driver)

Common errors

NameError: name 'sample_audio' is not defined

Try installing ffmpeg manually, http://blog.gregzaal.com/how-to-install-ffmpeg-on-windows/

Original Source

The code in this repository was heavily borrowed and inspired by this blog post and repository by @ohyicong

About

A simple program to bypass reCAPTCHA v2 using audio verification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages