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!
- Windows
- Mac
- selenium
- pydub
- speech recognition
- ffmpeg
- ffmpy
python recaptcha_solver.py
Q1. NameError: name 'sample_audio' is not defined
A1. Try installing ffmpeg manually, https://blog.gregzaal.com/how-to-install-ffmpeg-on-windows/
https://www.youtube.com/watch?v=Fdu81T9GgMA
https://ohyicong.medium.com/how-to-bypass-recaptcha-with-python-1d77a87a00d7