Skip to content

Latest commit

 

History

History
176 lines (121 loc) · 4.87 KB

File metadata and controls

176 lines (121 loc) · 4.87 KB

### ⚡ A Collection of Cute But Deadly Viruses


⚡ About The Project

They will instantly snatch control from you. Then will sicken your high-end PC by overflowing the RAM & overwhelming the processor. And you will see your computer groaning till it crashes. Believe me, viruses were never so lovely before.

Computer is a very complex machine.

Sometimes breaking just one system support can collapse the whole structure.

This can be done by:

+ Overloading the processor
+ Overflowing the RAM
+ Flooding the hard-disk
+ Occupying input/output system
+ Destroying essential system resources

Follow the Disaster Level below to understand the impact.


☠ Disaster Level


🐺 Level-1: Wolf

Small Annoyance Programs

Code Intro
prank_master.vbs Shows an unending sequence of annoying messages
out_of_control.java Randomly moves the mouse pointer & clicks around
chaos_devil.c Randomly moves the window around
dark_screen.c Simply shuts the system down


🐯 Level-2: Tiger

System Stress Programs

Code Intro
memory_crash.html Creates a massive string to overflow RAM
browser_breaker.html Infinite JavaScript memory attack
cmd_blast.c Opens infinite command prompts
unclosable.html Opens many browser windows
consecutive_normal_punch.c Fork bomb creating many processes
fork_bomb.sh Infinite process generator
ram_slayer.c Consumes entire RAM


😈 Level-3: Demon

Critical System Destruction

Code Intro
cpu_eater.bat Recursively executes itself using 100% CPU
zip_bomb_42.zip 4.5 petabytes compressed into 42 KB
folder_flooder.bat Creates massive folder floods


Note

These programs may freeze or crash systems depending on available resources.

Run them at your own risk.


If your system becomes unresponsive:

CTRL + ALT + DEL

Then open Task Manager and terminate the process.


Use isolated environments such as:

• Virtual Machines
• Online Compilers
• Sandbox systems

Examples:

• TutorialsPoint CodingGround
• Replit


If you like this project:

Star ⭐ the repository
Fork 🍴 the project
Share with cybersecurity learners

Sunil
Cybersecurity Research
System Stress Experiments
Resource Exhaustion Demonstrations

Computers are powerful machines.
Sometimes just a few lines of code can bring them down.