Skip to content

blwhit/ClickFix-FakeCaptcha-Cloudflare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

ClickFix/FakeCaptcha Attack

image

Features

  • 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

Setup

  1. Drop the JavaScript code into a Cloudflare Worker, Cloudflare Page, or any website hosting page.

  2. Set your Clipboard Command:

const JS = `
const CONFIG = {
    command: "Your Clipboard Command Here"
};`
  1. Configure IP Fencing (optional):
const ALLOWED_IPS = [];

Warning

Created for educational/research/blue-team purposes only!

This project is a fork of ClickFix-Turnstile. Credit to the original: https://github.com/0x204/ClickFix-Turnstile

About

ClickFix FakeCaptcha Cloudflare Worker/Page. Standalone javascript website with turnstile and IP fencing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages