Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

nekudo/decaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In this little project i experimented with captcha breaking. I wanted to try
how captcha braeaking works and if it's possible to implement it in php.

To play arrount with this files you will need the following table:

CREATE TABLE IF NOT EXISTS `decaptcha_templates` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `solution` char(1) NOT NULL,
  `horizontalProjection` text NOT NULL,
  `verticalProjection` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 ;

About

Experimenting with captcha breaking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published