Skip to content

optiv/captcha-solve

Repository files navigation

captcha-solve

Scripts to solve simple captchas.

Contents

  • Some test images (captcha.png, captcha-0.png, ...)
  • captcha_solver.py - a finalized module for solving captchas
  • "Intermediate"-stage scripts:
    1. color-chanel.py splits images up into common color chanels
    2. rescale-threshold.py forces images to (at least) 300 DPI and applies a thresholding algorithm
    3. filter.py applies "expand" and "contract" filter (MinFilter / MaxFilter) to eliminate gaps
    4. solve-captcha.py solves a captcha from a hardcoded file path.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages