Coder Social home page Coder Social logo

ykankaya / share_links_captcha_solver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fivef/share_links_captcha_solver

0.0 1.0 0.0 0 B

This Python script is able to solve the captchas generated by share-links.biz with the help of a little opencv magic.

License: MIT License

Python 100.00%

share_links_captcha_solver's Introduction

#Share-links.biz Captcha Solver

Author: FiveF

##Usage:

captcha.py [path to image of any type] [show]

captcha.py - downloads a predefined container and tries to solve the captcha. Results are shown in a result window.

captcha.py <image_path_to_captcha_image> - solves this image and prints the x and y coordinates of the point to click after XY_RESULTS

captcha.py <image_path_to_captcha_image> show - the show parameter shows a window with the resulting image for debugging

##Description

When the script is executed it tries to find out the big letter-digit combination in the background and prints it in white big letters onto the output image. Then it tries to find the matching small letters and generates a position which needs to be clicked and displays it as a white dot. The x and y values of the point to click are printed after XY_RESULT. All resulting images are saved into the results folder. I haven't done any real statisics on the success rate of the script yet. But it seems to work far above 50%.

##Dependencies

###Windows: pip install -r pip_requirements.txt

####If install with pip fails:

###Ubuntu/Linux: Not tried but should work. pip install -r pip_requirements.txt

share_links_captcha_solver's People

Contributors

fivef 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.