Git Product home page Git Product logo

ez-gimy-cracker's Introduction

EZ-Gimy-Cracker

This is a MATLAB code that cracks the EZ-Gimpy CAPTCHA. The cracking process consists of 3 steps:

  1. Removing the background from the CAPTCHA image. This is done by converting the CAPTCHA image into a binary image

  2. Vertically segment the image to extract the letters of the CAPTCHA word

  3. We use a character recognition algorithm that recognizes the extracted characters

Running the Examples

To run the cracker with the dataset provided in the folder "Dataset" just type

[correct, wrong, failed] = hack_captchas;

The correct attribute holds the number of correctly cracked CAPTCAHA, wrong contains the number of the wrongly cracked CAPTCHAs and failed contains the number of the CAPTCHA images that failed in the cracking process due to exceptions

Files and Folders

Dataset (folder): contains the CAPTCHA images. The dataset is taken from http://www.cs.sfu.ca/~mori/research/gimpy/ez/

Training Set (folder): contains the characters which are used as training set

chars.mat: represents a hash the key is the character number and the value is the character

p.mat: represents the features vector

t.mat: a matrix that represents the excepted output

hack_captchas: checks the "Dataset" folder and loops through all the CAPTCHA images in it to extract the word in it

extract_word.m: takes a CAPTCHA image and returns the word in it

hierarchicalCentroid.m: the features extracting algorithm used to extract the features from the characters

training_data.m: traing the characters images in the "Training Set" folder

ez-gimy-cracker's People

Contributors

mohamagdy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ez-gimy-cracker's Issues

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.