GithubHelp home page GithubHelp logo

farukuzun / anticaptchaff Goto Github PK

View Code? Open in Web Editor NEW
25.0 9.0 16.0 375 KB

Firefox Extension to automatically solve and bypass reCaptcha

License: GNU General Public License v3.0

CSS 12.44% HTML 5.95% JavaScript 81.60%
recaptcha firefox-webextension firefox-extension captcha-solving recaptcha-solver

anticaptchaff's Introduction

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

anticaptchaff's People

Contributors

farukuzun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

anticaptchaff's Issues

Few thing that might make this extension better

It's a good written extension, thank you for this work! Really enjoyed watching your code, I'm not so qualified to write such a nice and readable scripts. Maybe I'll learn something from you.
Besides praising your work I wanted to notice few things.

  1. This extension for FF might be easily transformed to Chrome compatible. I'm sure you know that, but this is for the rest of the visitors.
  2. The major thing about solving Recaptcha is calling a method that a target site creator marked as a callback. It's important, because in many situations there might be no "Submit" button, or it's disabled until a Recaptcha is solved properly and therefore a callback function called.
    But there is a solution that I noticed in another similar so called "AntiCaptcha plugin". Thay scan a "___grecaptcha_cfg" global object for this callback function an run it after putting a gRecaptchaResponse into $responseDiv. And it works quite well.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.