Skip to content

Commit

Permalink
Merge pull request #9 from pyperanger/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
pyperanger authored Mar 18, 2020
2 parents 43d8183 + 6981922 commit f609b8f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# fuptcha
[![forthebadge](https://forthebadge.com/images/badges/made-with-c.svg)](http://forthebadge.com)

[![code-inspector](https://www.code-inspector.com/project/4758/score/svg)](https://www.code-inspector.com/)
[![code-inspector](https://www.code-inspector.com/project/4758/status/svg)](https://www.code-inspector.com/)
[![https://travis-ci.org/pyperanger/fuptcha](https://travis-ci.org/pyperanger/fuptcha.svg?branch=master)](https://travis-ci.org/pyperanger/fuptcha)



Fuptcha is a fuzzer CAPTCHA image recongnizer tool made in [Tesseract](https://github.com/tesseract-ocr/) C API. It try to find out the best language(trained models) in your tessdata repository to crack the CAPTCHA image given. You can utilize standalone Fuptcha binary for Proof of Concept prorpose or the fuptcha Python module for simulate real world attacks.

Is recomended install trained models from: https://github.com/tesseract-ocr/tessdata for best accuracy. (166 samples)
Expand Down Expand Up @@ -44,4 +50,4 @@ Python module install - Coming soon
---
Have found a Bug or a good Idea? Nice! Report here: https://github.com/pyperanger/fuptcha/issues

Written by pype & growlnx
Written by pype & growlnx

0 comments on commit f609b8f

Please sign in to comment.