Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nopechallc/nopecha-scripts
Automated CAPTCHA solver usage examples.
https://github.com/nopechallc/nopecha-scripts
aws-captcha-solver captcha-bypass captcha-solving cloudflare-turnstile funcaptcha-solver hcaptcha-bypass hcaptcha-challenger hcaptcha-solver recaptcha-v2-captcha-solver recaptcha-verification text-captcha turnstile-captcha-solver
Last synced: 5 days ago
JSON representation
Automated CAPTCHA solver usage examples.
- Host: GitHub
- URL: https://github.com/nopechallc/nopecha-scripts
- Owner: NopeCHALLC
- License: mit
- Created: 2023-03-23T18:18:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-08T04:53:41.000Z (about 1 year ago)
- Last Synced: 2024-03-01T05:07:40.724Z (9 months ago)
- Topics: aws-captcha-solver, captcha-bypass, captcha-solving, cloudflare-turnstile, funcaptcha-solver, hcaptcha-bypass, hcaptcha-challenger, hcaptcha-solver, recaptcha-v2-captcha-solver, recaptcha-verification, text-captcha, turnstile-captcha-solver
- Language: Python
- Homepage:
- Size: 85 KB
- Stars: 909
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample scripts for NopeCHA
This repository contains example code using official tools published by NopeCHA
to bypass CAPTCHA challenges. These tools that leverage the NopeCHA API include:- [NopeCHA Browser Extension](https://github.com/NopeCHALLC/nopecha-extension)
- [NopeCHA Python Library](https://github.com/NopeCHALLC/nopecha-python)
- [NopeCHA Node.js Library](https://github.com/NopeCHALLC/nopecha-nodejs)Two core features of the NopeCHA API are Recognition and Token endpoints.
The Recognition endpoint solves image and audio challenges and returns any of
click locations, text contained in the image, and transcription of the audio.
The Token endpoint returns a solved CAPTCHA token without the need for a browser.
For more information, see the [NopeCHA API docs](https://developers.nopecha.com).reCAPTCHA | hCaptcha
:---:|:---:
![reCAPTCHA](https://nopecha.com/image/demo/recaptcha.gif) | ![hCaptcha](https://nopecha.com/image/demo/hcaptcha.gif)## Supported CAPTCHA types:
- reCAPTCHA v2
- reCAPTCHA v3
- hCaptcha
- FunCAPTCHA
- AWS WAF CAPTCHA
- Text-based CAPTCHA
- Cloudflare Turnstile
- PerimeterX## Documentation
See the [NopeCHA API docs](https://developers.nopecha.com).