screenRot is a small educational project that uses humor as a gateway to critical thinking in cybersecurity. Through a PowerShell script that simulates a screen failure, we aim to demonstrate how easy it is to run code without verifying its origin.
This project was developed by intoRandom and is aimed at the general public, with the goal of promoting digital awareness and teaching key concepts such as RCE (Remote Code Execution), system privileges, dangerous file types, and more.
You can find the script and all other files used in the /run folder.
Although this script is harmless and makes no permanent changes, it simulates behaviors commonly found in real attacks. You should never run scripts from untrusted sources or without understanding how they work.
- Downloads an image (broken screen) and a sound.
- Schedules a task to run at the next login.
- Displays the image and plays the sound.
- Deletes all downloaded files after execution.
- Works only on Windows and requires no installation.
Check the INFO section for more information and frequently asked questions.