A simple program to bypass recaptcha version 2 using audio verification method.
This program only demostrates 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!
- Windows
- Mac
- selenium
- pydub
- speech recongition
- ffmpeg
- ffmpy
python recaptcha_solver.py
Q1. NameError: name 'sample_audio' is not defined
A1. Try installing ffmpeg manually, http://blog.gregzaal.com/how-to-install-ffmpeg-on-windows/