Git Product home page Git Product logo

captcha-cracking's Introduction

Captcha-cracking

Python Captcha Cracking

A simple yet efficient script to crack online captchas. Step by step detailed guide:

  1. Install OCR tesseract (google) on your linux machine with following command:

    $sudo apt-get install tesseract-ocr

    More Details about OCR tesseract engine

  2. Download the pillow(PIL) module in python3 if you don`t already have it, most linux distros have them.

    $sudo pip install pillow

    More Details about pillow

  3. Install pytesseract (python wrapper for ocr tesseract) , pytesser is also available. Use the command:

    $sudo pip install pytesseract

    More Details about pytesseract

  4. Download the script and run on python3 and you are good to go.

    After downloading the scipt on your pyhton3 ide run the script to get the image from the url/page/tag, img.png fill be formed in your working directory .

    Which will be proceesed to generate image1.png and finally resized to result.tif for feeding to the OCR pytessercat

  5. I have added some sample image file for testing the captcha cracker . The detailed explanation about the script can be read from the script and other documentation links given on here and other pages.

  6. Reference:

    captcha cracking

    urllib

    http.cookiejar

    regex

Happy Cracking ๐Ÿ”ฅ

captcha-cracking's People

Contributors

vad3r-95 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

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.