Published January 16, 2025
| Version v1.0.0
Dataset
Restricted
Interactive CAPTCHA Benchmark
Authors/Creators
Description
This benchmark contains 26 types of visual CAPTCHAs, totaling 2600 challenges.
Each CAPTCHA type is implemented as a modular Flask Blueprint (/apis) that encapsulates its routes, challenges (.json), and static (.html, .css, .js) files. These Blueprints are registered in the main Flask application (/server.py). You can extend the benchmark by adding new CAPTCHA types as Blueprints.
See README.md for more details.
Files
Additional details
Software
- Programming language
- Python