This project is an example of how to solve invisible reCAPTCHA v3 using Flask and the pychrome library.
This script uses pychrome to interact with the Chrome browser, executing Google's reCAPTCHA code directly in the browser and returning the response token.
- Python 3.x
- Google Chrome
- Flask
- pychrome
-
Clone the repository:
git clone https://github.com/adsu13/recaptcha-bypass-v3.git cd recaptcha-bypass
-
Install the dependencies:
pip install -r requirements.txt
-
Start Chrome with the remote debugging port enabled:
google-chrome --remote-debugging-port=9222
-
Run the application:
python src/app.py
Access the /recaptcha/v3
route to get the reCAPTCHA token.
Request example:
curl "http://localhost:8082/recaptcha/v3?key=PAGEKEY&action=PAGEACTION"