GithubHelp home page GithubHelp logo

captcha-guesser's Introduction

Captcha Guesser (WIP)

Captcha Guesser is a PoC to explore AWS Rekognition capabilities. Main goal is to solve some simple captchas generated by different providers.

Before sending images to AWS Rekognition, they are preprocessed for obtaining better results.

THIS PROJECT IS NOT BEING AND SHOULD NOT BE USED EXCEPT OF PERSONAL, NON COMMERCIAL USE. USE AT YOUR OWN RISK.

Providers

  • Moldcell

    ~70-80% success rate, mostly issues with confusing J<>I and D<>O

  • Orange

    NOT WORKING - almost 0 success rate

  • Unite

    NOT WORKING - almost 0 success rate

Prerequisites

  • NodeJS >= v8.x

Installation

npm install

Configuration

# Check .env.sample
touch .env
echo 'accessKeyId=KEY_ID' >> .env
echo 'secretAccessKey=SECRET_KEY' >> .env
echo 'region=eu-west-1' >> .env

https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html

Usage

TBD (check bin/cli.js for now)

Test

# Test Moldcell with predefined assers
bin/cli.js test -p moldcell

# Test Moldcell with live data (obtained 100 times)
bin/cli.js test -p moldcell --live -i 100

Roadmap

  • Improve orange
  • Improve unite
  • Add orange live testcase
  • Add unite live testcase

This might never happen ;)

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.