Skip to content

ohyicong/recaptcha_v2_solver

Repository files navigation

Recaptcha v2 solver

A simple program to bypass recaptcha version 2 using audio verification method.
This program only demonstrates how to bypass recaptcha on https://www.google.com/recaptcha/api2/demo
You need to readapt this program to work on other websites. It is difficult to make the code general as websites are built differently.
If you have a great idea, do let me know!

OS support

  1. Windows
  2. Mac

Dependencies

  1. selenium
  2. pydub
  3. speech recognition
  4. ffmpeg
  5. ffmpy

Usage

python recaptcha_solver.py

Common errors

Q1. NameError: name 'sample_audio' is not defined
A1. Try installing ffmpeg manually, http:https://blog.gregzaal.com/how-to-install-ffmpeg-on-windows/

Video tutorial

https://www.youtube.com/watch?v=Fdu81T9GgMA

Medium

https://ohyicong.medium.com/how-to-bypass-recaptcha-with-python-1d77a87a00d7

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages