SkillAgentSearch skills...

Freecaptcha

A simple and free reCAPTCHA V3 bypass.

Install / Use

/learn @task0001/Freecaptcha
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PyPI - Downloads

freecaptcha

A simple and free reCAPTCHA V3 bypass.

Disclaimer!

freecaptcha only works on reCAPTCHA V3!

Installation

Install freecaptcha from PyPI

pip install freecaptcha

Usage/Examples

from freecaptcha import reCAPTCHAV3Solver

token = reCAPTCHAV3Solver.solve("ANCHOR URL FOR YOUR SITE")

# Use token within your HTTP request

More examples can be found in the examples folder

How To Find Anchor URL

  1. Navigate to your target website in your browser.
  2. Open Developer Tools (CTRL + I).
  3. Navigate to the 'Network' tab.
  4. Perform the captcha.
  5. Search for the 'anchor' request.
  6. Copy the request URL.

Authors


Show your support and give this repository a ⭐ if you found it helpful.


View on GitHub
GitHub Stars10
CategoryDevelopment
Updated7d ago
Forks1

Languages

Python

Security Score

80/100

Audited on Mar 24, 2026

No findings