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
- Host: GitHub
- URL: https://github.com/mafeth/captcha-tests
- Owner: mafeth
- Created: 2022-11-13T18:49:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T22:20:50.000Z (over 3 years ago)
- Last Synced: 2025-04-29T23:35:21.098Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 6.65 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](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
[](https://www.youtube.com/watch?v=j5NgwKah7F4)