Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sexfrance/whats-the-site-key
The "What's the Site Key?" tool is a web scraping utility built with TypeScript in react and NextJS that helps you find CAPTCHA site keys on various websites. It can identify different types of CAPTCHAs, including reCAPTCHA, hCaptcha, and Cloudflare Turnstile. The tool is designed for educational purposes and should be used responsibly.
https://github.com/sexfrance/whats-the-site-key
captcha captcha-key captcha-sitekey cloudflare hcaptcha nextjs nextjs15 react recaptcha sitekey sitekey-finder typescript website what-is-the-site-key
Last synced: 10 days ago
JSON representation
The "What's the Site Key?" tool is a web scraping utility built with TypeScript in react and NextJS that helps you find CAPTCHA site keys on various websites. It can identify different types of CAPTCHAs, including reCAPTCHA, hCaptcha, and Cloudflare Turnstile. The tool is designed for educational purposes and should be used responsibly.
- Host: GitHub
- URL: https://github.com/sexfrance/whats-the-site-key
- Owner: sexfrance
- Created: 2024-11-05T17:17:25.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-01-19T10:53:44.000Z (12 days ago)
- Last Synced: 2025-01-19T11:30:43.319Z (12 days ago)
- Topics: captcha, captcha-key, captcha-sitekey, cloudflare, hcaptcha, nextjs, nextjs15, react, recaptcha, sitekey, sitekey-finder, typescript, website, what-is-the-site-key
- Language: TypeScript
- Homepage: https://whatsthesitekey.com
- Size: 968 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
What's the Site Key?
The "What's the Site Key?" tool is a web scraping utility built with TypeScript in react and NextJS that helps you find CAPTCHA site keys on various websites. It can identify different types of CAPTCHAs, including reCAPTCHA, hCaptcha, and Cloudflare Turnstile. The tool is designed for educational purposes and should be used responsibly.
๐ฌ Discord
ยท
๐ ChangeLog
ยท
โ ๏ธ Report Bug
ยท
๐ก Request Feature
### โ๏ธ Installation
- Requires: `Python 3.8+`
- Make a python virtual environment: `python3 -m venv venv`
- Source the environment: `venv\Scripts\activate` (Windows) / `source venv/bin/activate` (macOS, Linux)
- Install the requirements: `pip install -r requirements.txt`
- Start: `python3 main.py`---
### ๐ฅ Features
- **Comprehensive CAPTCHA Detection**: Identifies various CAPTCHA types including reCAPTCHA, hCaptcha, Cloudflare Turnstile, and more.
- **Detailed Logging**: Provides detailed logs to help track the scraping process and results.
- **Multithreaded Crawling**: Uses multiple threads to speed up the web scraping process.
- **Retry and Timeout Logic**: Automatically retries requests when encountering issues, with configurable timeouts.
- **Detailed Status Updates**: Get status updates for each attempt, including found CAPTCHA site keys and error messages.---
#### ๐น Preview
![Preview](https://i.imgur.com/ahIDAWs.png)
---
### โ Disclaimers
- I am not responsible for anything that may happen, such as API Blocking, IP ban, etc.
- This was a quick project that was made for fun and personal use if you want to see further updates, star the repo & create an "issue" [here](https://github.com/sexfrance/Whats-the-site-key/issues/)---
### ๐ ChangeLog
```diff
v0.0.1 โฎ 30/10/2024
! Initial release
```---