GithubHelp home page GithubHelp logo

anthrax3 / visualcaptcha-front-end-solver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bourhisa/visualcaptcha-front-end-solver

0.0 1.0 0.0 152 KB

Python tool to break VisualCaptcha's with a front-end approach

Python 100.00%

visualcaptcha-front-end-solver's Introduction

VisualCaptcha-Front-end-Solver

Breaking Visual Captchas by browser emulation through Selenium

  • Pre-requisites:

Details

This is a tool to break VisualCaptcha with a front-end approach. It works using Selenium to generate a browser and make user-like interactions with it on the target page.

The selection of the icon to click relies on image comparison between a database of images previously loaded and the icon to be selected.

The images are obtained through the cropping of a screenshot captured from the emulated browser (Firefox and PhantomJS implemented here)

At every refresh, this captures the label of the icon to be click, loads the expected image from the preloaded db, and compares it with the images displayed.

It then picks the most resembling picture and generate the clicks to validate the VisualCaptcha

WARNING : Please note

  • This implementation success relies on your computation capacity, as image comparison is used at every iteration.

    • The approach uses image treatment, which requires a considerable amount of operations.
  • It has originally been developed for a coding challenge, where 10 submissions within 10 seconds were required to succeed.

    • This tool is therefore set to make multiple tries until success, any mistake made will result in another try in a new browser window.
  • Intended for IDE use only in v.1

Please give me feedback!

visualcaptcha-front-end-solver's People

Watchers

 avatar

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.