A proof-of-concept Python script simulating a destructive malware scenario with a random outcome. Designed for educational purposes only. Run exclusively in a virtual machine or isolated environment.
This script randomly decides whether or not to crash the system by triggering a blue screen of death (BSOD) on Windows.
- If the result is 6, it causes a BSOD, effectively crashing the system.
- If the result is 1–5, nothing happens, and the script terminates harmlessly.
Do not run on production machines. Only run in a safe, virtualized environment.
- Clone the repository
- Run the script in an isolated virtual machine:
python bluescreen_roulette.pyAlways run this script in a sandboxed environment to avoid any potential damage to your actual operating system.
JancoNel
Disclaimer: This code is intended for ethical hacking, educational purposes, and red team simulations. Misuse outside of secure, isolated environments is not the responsibility of the author.