Skip to content

This project demonstrates how to automate Google reCAPTCHA solving using Python, Selenium, and CapMonster.

Notifications You must be signed in to change notification settings

guzztavo2/breaking-google-captchas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

409b6ea Â· Feb 28, 2025

History

2 Commits
Feb 28, 2025
Feb 28, 2025

Repository files navigation

🚀 Breaking Google reCAPTCHA with Selenium and CapMonster

📌 Description

This project demonstrates how to automate Google reCAPTCHA solving using Python, Selenium e CapMonster.

🔹 Features

  • ✅ Launch Selenium WebDriver and navigate to a reCAPTCHA page.
  • ✅ Extract the API Key (sitekey) using execute_script in the browser.
  • ✅ Send the site key and URL to CapMonster to solve the challenge.
  • ✅ Receive and submit the solved response, automating the verification process.

📦 Requirements

  • Python 3.x
  • Selenium
  • CapMonster API

🔧 Dependencies

Install dependencies:

pip install selenium capmonster-python

🚀 Quebrando o Google reCAPTCHA com Selenium e CapMonster

📌 Descrição

Este projeto demonstra como automatizar a resolução do Google reCAPTCHA usando Python, Selenium e CapMonster.

🔹 Funcionalidades

  • ✅ Abrir o driver do Selenium e navegar até a página do reCAPTCHA.
  • ✅ Obter a API Key (sitekey) do reCAPTCHA via execute_script no console do navegador.
  • ✅ Enviar a API Key e URL para o CapMonster resolver o desafio.
  • ✅ Receber e enviar a resposta solucionada, automatizando o processo de verificação.

📦 Requisitos

  • Python 3.x
  • Selenium
  • CapMonster API

🔧 Dependências

Instale as bibliotecas necessárias com o seguinte comando:

pip install selenium capmonster-python

About

This project demonstrates how to automate Google reCAPTCHA solving using Python, Selenium, and CapMonster.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages