An open API service indexing awesome lists of open source software.

https://github.com/mafeth/captcha-tests

Captcha Solver and Generator in python
https://github.com/mafeth/captcha-tests

Last synced: 11 months ago
JSON representation

Captcha Solver and Generator in python

Awesome Lists containing this project

README

          

# CAPTCHA Tests ✨

A small collection of Python scripts that generate and solve CAPTCHAs. Both scripts are packaged in this repo for educational purposes.

## ⚡ Installation

1. Clone the repo: `git clone https://github.com/DevOFVictory/captcha-tests.git`
2. Install dependencies: `pip install -r requirements.txt`
3. Run the desired script: `python3 `

## 📝 Captcha Generator

- Generates text-based captchas
- Compares user input to verify it's a human ✨

#### đŸŽĨ Demo
[![Generator Demo](https://img.youtube.com/vi/QlTHXzCml8A/0.jpg)](https://www.youtube.com/watch?v=QlTHXzCml8A)

---

## đŸ•šī¸ Captcha Solver

- Opens a [demo website](https://recaptcha-demo.appspot.com/recaptcha-v2-checkbox.php) with Selenium
- Solves the audio challenge using OpenAI's [Whisper](https://github.com/openai/whisper)

#### đŸŽĨ Demo
[![Solver Demo](https://img.youtube.com/vi/j5NgwKah7F4/0.jpg)](https://www.youtube.com/watch?v=j5NgwKah7F4)