Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

farukuzun/AntiCaptchaFF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AntiCaptchaFF

I usually try to avoid Google products for privacy reasons. But they have one product that became widespread like cancer figuratively and literally, reCaptcha. It's just an illusion of security which destroys all usability.

This project uses AntiCaptcha API for solve and bypass reCaptcha. Since defeating reCaptcha's audio challenges is not hard to implement, Google usually doesn't allow you to use it. This project aims to help people with disabilities and people who tired of solving challenges.

How it works

how it works

Roadmap

  • Get listed on addons.mozilla.org
  • Tor Browser (an .onion API URL) Support
  • Proxy Support (It's already there but you need to set up your own proxy, not needed for now)
  • Capture more challenges:
Captcha Type Status
Standart reCaptcha works
Cloudflare Challenges planned

Installation

Right now we don't have any releases. So fork this repo, edit YourAntiCaptchaKey in background.js. Go toabout:debugging and install it from there.

Usage

Click icon on your browser to turn on/off automatic usage. If plugin is turned off, you can use key combination: CTRL+SHIFT+9 on a challenge page.

Privacy

We collect nothing from you. But don't trust, verify. You can feel free to examine source code. For extension to work we have to send following things to Anti-Captcha API.

  • Url = window.location.href
  • reCaptcha's sitekey

Thanks

KikBits Anti-Captcha