Skip to content

yonglee7015/googlerecaptchav2solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Google reCAPTCHA Audio Solver with Playwright (Async)

This project is inspired by GoogleRecaptchaBypass, but uses Playwright (async version) for browser automation and leverages system audio recording + Vosk speech recognition to solve Google reCAPTCHA audio challenges.

⚠️ This tool is intended for educational and research purposes only. Please use responsibly and in compliance with applicable laws and service terms.


🧠 Features

  • Asynchronous implementation using async/await and Playwright's async API.
  • Detects and handles reCAPTCHA checkbox and audio challenge interface.
  • Records system audio output during the CAPTCHA playback.
  • Uses Vosk (offline speech-to-text) to recognize the spoken text from the audio.
  • Mimics human behavior using random delays and mouse movement.
  • Cleans up temporary files after execution.

🔧 Requirements

Make sure you have the following installed:

Python Libraries:

pip install playwright vosk soundcard pyaudio numpy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages