Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

pownjs/captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Follow on Twitter

Pown Captcha

Pown.js tool for cracking captcha based on Tesseract.js.

Getting Started

From the same directory as your project's package.json, install this module with the following command:

$ npm install pown-captcha --save

Once that's done, you can invoke pown captcha like this:

$ ./node_modules/.bin/pown captcha

If installed globally you can invoke the tool like this:

$ pown-captcha

Otherwise you can invoke the command via Pown.js distribution:

$ pown captcha

Wish List

Needless to say, this is a very basic tool that takes direct advantage of Tesseract.js. The following featres are welcome.

  • More Tesseract.js options
  • Training mode
  • Crack a whole dir of captchas
  • Crack captcha using scripts
  • Pown.js module support for transforms
  • Built-in known captcha cracking strategies

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published