x404xx / Recaptcha-V3

Bypass Google Recaptcha V3 with URL. (Experimental)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recaptcha-V3 is a bypasser Google Recaptcha V3 with URL.

Installation

Using poetry

git clone https://github.com/x404xx/Recaptcha-V3.git
cd Recaptcha-V3
poetry shell
poetry install

Using pip

git clone https://github.com/x404xx/Recaptcha-V3.git
cd Recaptcha-V3
virtualenv env
env/scripts/activate
pip install -r requirements.txt

Url

https://antcpt.com/score_detector/
https://2captcha.com/demo/recaptcha-v3-enterprise

Usage

python main.py

Output

antcpt.com

2captcha.com

Todo

  • Correct get api type

Sometimes the API type is not shown in the HTML. We need to implement it correctly to retrieve the API type.

Legal Disclaimer

This was made for educational purposes only, nobody which directly involved in this project is responsible for any damages caused. You are responsible for your actions.

About

Bypass Google Recaptcha V3 with URL. (Experimental)


Languages

Language:Python 100.0%