CAPTCHA scams - how a fake "I am not a robot" page installs malware
A real CAPTCHA asks you to pick out traffic lights. A fake one asks you to press Windows and R and paste something. That second instruction is the entire attack, and the FTC issued a consumer alert about it in June 2026.
The short answer
- A real CAPTCHA never asks you to leave the browser. If a verification step tells you to press keys on your keyboard or paste something, it is malware.
- The page silently copies a command to your clipboard. The keystrokes it teaches you - Windows and R, then Ctrl and V, then Enter - run it.
- What gets installed is usually an infostealer, which copies saved passwords, banking logins, crypto wallets and browser cookies.
- The FTC published a consumer alert on this in June 2026, and a joint FBI and CISA advisory in July 2025 documented ransomware crews using the same lure.
- If you ran it - disconnect from the internet, scan the device, then change passwords from a different device.
You click a link. A page appears saying Verify you are human. You have seen a thousand of these, so you barely read it — and that is exactly what it is counting on.
Quick answer
A fake CAPTCHA page is one that asks you to do something on your computer instead of something in the browser. Real verification is a task inside the page: pick the traffic lights, type the wobbly letters, tick a box. A fake one gives you keyboard instructions.
The FTC's consumer alert from 8 June 2026 describes the sequence: the page tells you to type "Windows + R", then "Ctrl + V", then "Enter". Its warning is one line long, and it is the only rule you need:
Real CAPTCHAs won't ask you to run commands on your device.
Security researchers call the technique ClickFix.
How the trick works
The clever part is not the malware. It is the clipboard.
- The page loads and copies a command to your clipboard, silently. Web pages can write to the clipboard, and nothing visible happens.
- You are given three keystrokes, presented as verification steps:
Windows+R— this opens the Run dialog, a box that executes commandsCtrl+V— this pastes the command the page put thereEnter— this runs it
- The command downloads and runs the real payload, often a long Base64-encoded PowerShell instruction so that nothing readable appears on screen.
- The page thanks you and sends you somewhere ordinary. Nothing looks broken.
You never saw a download prompt, never approved an installer, and never clicked through a security warning — because you performed the installation manually. That is the design. The steps are chosen precisely to route around the protections that would otherwise stop a file.
What gets installed
Usually an infostealer — malware whose whole job is to copy credentials and leave. The FTC's description of the consequence: attackers can "quickly steal your email account login data, mobile banking credentials, or any other information they can get access to."
A typical haul includes saved browser passwords, session cookies, autofill data, and cryptocurrency wallet files. The session cookies matter more than most people realise, because a stolen session can be replayed without a password or a two-factor code. Infostealer malware covers that mechanism in full.
The same lure has also been used for more than credential theft. In July 2025, the FBI, CISA, the Department of Health and Human Services and the MS-ISAC published a joint advisory on Interlock ransomware which documented actors using the ClickFix technique — prompting users to "open the Windows Run window, paste the clipboard contents, and then execute a malicious Base64-encoded PowerShell process."
Where you meet one
Rarely on a site that looks dangerous. That is the point.
- A compromised ordinary website. Legitimate sites get injected with the script; the page you were reading is real, the overlay is not.
- A malicious advert, including ones served through legitimate ad networks.
- A link in an email, text or direct message.
- A fake fix. "This video cannot be played — run this to install the codec." "This document is corrupted — paste this to repair it."
- A fake meeting or driver update page, imitating a well-known product.
The disguise varies. The instruction never does.
Real versus fake, side by side
| Real CAPTCHA | Fake CAPTCHA |
|---|---|
| A puzzle inside the web page | Instructions for your keyboard or operating system |
| Pick images, type characters, tick a box | Press Windows + R, Ctrl + V, Enter |
| Nothing to copy or paste | Something already on your clipboard |
| Finishes in the browser | Sends you to the Run box, PowerShell or Terminal |
| No file involved | A command or download you cannot read |
| Appears when a site needs to check traffic | Appears out of nowhere, often over ordinary content |
What to do if you followed the instructions
The FTC's guidance, in order, with the reasoning:
- Disconnect from the internet. Turn off wifi or unplug the cable. This cuts the malware off before it can upload what it has collected, and stops it fetching more.
- Run a full security scan with reputable software to remove the malware. On Windows, Microsoft Defender's offline scan runs before the operating system fully loads, which catches things a normal scan misses.
- Change your passwords from a different device. This is the step people get wrong. Passwords changed on a still-infected machine are captured again immediately. Use your phone, or another computer.
- Turn on two-factor authentication, again from the clean device, on email first and then anything financial.
- Sign out of all sessions on every important account. A password change alone may leave a stolen session cookie working.
- Watch your bank and card accounts for small unfamiliar transactions, which often precede larger ones.
- Report it at ReportFraud.ftc.gov, or your country's equivalent.
If you are not confident the device is clean, resetting it and restoring from a backup made before the incident is the reliable option. The NCSC publishes plain-language malware removal guidance for both outcomes.
How to avoid it entirely
- Learn the one rule. Verification never leaves the browser.
- Never paste a command you did not personally copy. Not into Run, not into PowerShell, not into Terminal.
- Be suspicious of any "fix" that is a command. Legitimate software is installed by downloading it from the vendor, not by typing instructions from a web page.
- Use an ad blocker or a browser with strong protection. Malicious adverts are a main delivery route.
- Keep the browser and operating system updated, and leave Microsoft Defender, Gatekeeper or Play Protect switched on.
- Slow down on verification screens. Two seconds of reading defeats the entire attack.
If you clicked a link and are not sure what happened next, I clicked a phishing link walks through the response for each possible outcome. For catching the message that carried you there, how to identify a phishing email covers the four checks.
Key takeaways
- A real CAPTCHA is a puzzle in the page. A fake one gives you keyboard instructions.
- The page has already put a command on your clipboard before you press paste.
- The payload is usually an infostealer after saved passwords and session cookies.
- The FTC alerted consumers to this in June 2026; ransomware crews have used the same lure since at least 2025.
- If you ran it: disconnect, scan, then change passwords from a different device.
Spot the fake before you follow it
SafeSurf IQ puts you in front of real verification pages, real and fake, until the difference is instant.
Try it freeFrequently asked questions
- What is a fake CAPTCHA scam?
- A fake CAPTCHA scam shows a page that looks like a routine "prove you are human" check, but instead of an image puzzle it gives you keyboard instructions. Following them pastes and runs a hidden command that installs malware. Security researchers call the technique ClickFix. The FTC's June 2026 alert describes the sequence as pressing Windows and R, then Ctrl and V, then Enter.
- How do I tell a real CAPTCHA from a fake one?
- A real CAPTCHA is a task inside the web page - typing distorted letters, picking images of traffic lights or crosswalks, or simply ticking a box. It never asks you to open a Windows dialog, press a key combination, paste anything, or run a file. The FTC puts it plainly - real CAPTCHAs will not ask you to run commands on your device.
- What happens if I followed the instructions?
- A command ran on your device, usually installing an infostealer that copies saved passwords, browser cookies, banking logins and cryptocurrency wallet data. The FTC's advice is to disconnect from the internet, run a security scan to remove the malware, then change your passwords and turn on two-factor authentication using a different device.
- Can this happen on a phone or a Mac?
- The most common version targets Windows, because the Run dialog makes it simple. Versions aimed at macOS exist and use the Terminal instead. Phones are less affected because there is no equivalent command box, though a fake verification page can still push you toward installing an app from outside the official store. The rule holds everywhere - verification happens inside the page.
- Why does the copy step work if I never copied anything?
- Because the page put it there. A web page can write to your clipboard, so by the time you are told to press Ctrl and V, the malicious command is already waiting. That is why the instructions never show you what you are pasting - and why pasting a command you did not personally copy is never safe.
- Where do these fake pages come from?
- Usually from an ordinary website that has been compromised, a malicious advert, or a link in a message. They also appear as fake fixes - a page claiming a video will not play or a document is corrupted, offering the same paste-this instruction as the repair. A joint FBI and CISA advisory in July 2025 documented ransomware actors using fake CAPTCHA prompts for initial access.
Sources
- How to spot a CAPTCHA scam — Federal Trade Commission, 2026
- #StopRansomware: Interlock (AA25-203A) — Cybersecurity and Infrastructure Security Agency, 2025
- 2025 Internet Crime Report — FBI Internet Crime Complaint Center, 2026
- Malware Removal Guidance — UK National Cyber Security Centre, 2025
About the author
Cybersecurity & Digital Literacy
Subash Poudel builds SafeSurf IQ, a digital literacy platform that teaches people to recognise scams by putting them in front of real ones. He writes the online-safety reference material here, working from primary reporting — FBI IC3, the FTC, Verizon's DBIR, NCSC and Ofcom — rather than secondhand summaries.
- Founder and engineer, SafeSurf IQ
- Writes and reviews the platform's phishing, scam and privacy curriculum
- Works from primary incident and fraud reporting, cited on every article
Last reviewed . Figures are checked against the primary sources listed above at each review.
Read next
- Password Security
Infostealer malware - how passwords get stolen from your own device
A strong, unique password stored in a manager can still end up in criminal hands, because some theft happens on your computer rather than at the company you signed up to. Infostealers copy saved logins and session cookies, and the cookies bypass two-factor entirely.
- Phishing
How to identify a phishing email in under ten seconds
Phishing emails are designed to be skimmed, not read. Four checks — sender, urgency, link, and request — catch the overwhelming majority before you click anything, and they run in about ten seconds.
- Phishing
I clicked a phishing link. What should I do?
Clicking alone is rarely the harmful step. What matters is what happened next — and the right response depends entirely on whether you entered a password, a code, card details, or nothing at all.