Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Penetration testing #18

Open
giraffekey opened this issue Aug 9, 2022 · 0 comments
Open

Penetration testing #18

giraffekey opened this issue Aug 9, 2022 · 0 comments

Comments

@giraffekey
Copy link

It would be helpful to know how effective machine learning is at solving the captchas generated by this library so that applications can know how many subsequent tries to allow and the library can use real data to improve its security and keep up to date with the arms race.

I can see this testing being something along these lines:

  1. Script generates a data set of 1,000,000 images and their respective chars from captchas of a specific difficulty.
  2. Machine learning algorithm is trained on these images and their solutions.
  3. Script generates 100 or so new captchas and measures how many tries it takes to solve each one.

Generally I'd see good security as meaning a bot has a less than 50% chance of guessing with 3 attempts on medium difficulty.

I've seen an article related to this for reference: https://towardsai.net/p/deep-learning/deep-learning-based-automatic-captcha-solver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant