
Proof-of-concept security demo illustrating how PowerShell can create trusted-looking Windows toast notifications chained together with ClickFix-style lure
This project demonstrates how convincing Windows toast notifications can be abused in social engineering attacks, specifically using ClickFix-style lures.
A live demo is available here (more realistic attack):
👉 https://h4lpy.github.io/
A detailed breakdown of the technique can be found in my Medium post:
👉 https://0xh4lpy.medium.com/toastfix-chaining-a-clickfix-attack-with-toast-notifications-72082694fef9

git clone https://github.com/h4lpy/toastfix-demo.git
Open index.html in your browser
Follow the on-screen instructions

Note: No server installation required - this demo runs entirely in the browser + PowerShell
This project is intended for:
The notification used in this demo is generated by a PowerShell script.
You can review or run it directly:
This script only creates a local Windows toast notification and does not perform any malicious actions.
This is a simulation designed for educational purposes only.
Never run commands from untrusted sources in real-world scenarios.