Showing posts with label Virus Information. Show all posts
Showing posts with label Virus Information. Show all posts

Thursday, August 23, 2012

Creating E-Bomb using BAT files

Ebomb is a virus that usually used to annoy the victim by opening multiple applications. In this tutorial I will be using batch programming to create the Ebomb, You do not need to have any programming knowledge to create a bat file just you need to know few DOS commands.

Creating Process:-

1. Open Notepad and write the Program as given in the below examples and save it with .bat extension.
2. Convert this bat file to exe file using "bat to exe" converter. Click Here to download the tool.
3. Send this file to your victim and make him click, you can cover this file using image file. Click here to know how to do image covering. You can upload this file in any file sharing website like ziddu.com or megaupload.com and give the link to your victim.

Note:- In the program "::"(double colons) represent comments in batch programming. To create batch files follow the above "creating process".


Thursday, August 16, 2012

Virus that creates Folder inside folder and consumes indefinite memory

In this tutorial I will teach, How to create virus using BAT file and converting that bat file to exe file. You may have heard the word Batch Programming, creating .bat file using simple DOS commands is called Batch Programming. You do not need to have any programming knowledge to create a bat file just you need to know few DOS commands.
Creating Process:-
1. Open Notepad and write the Program as given in the below examples and save it with .bat extension.
2. Convert this bat file to exe file using "bat to exe" converter. Click Here to download the tool.
3. Send this file to your victim and make him click, you can cover this file using image file. Click here to know how to add images as EXE files. You can upload this file in any file sharing website like ziddu.com or megaupload.com and give the link to your victim.

Lets Check some examples:-
Note:- In the examples below "::"(double colons) represent comments in batch programming. To create batch files follow the above "creating process".

Saturday, August 4, 2012

Virus that denies the access of the website when clicked

In this tutorial we are going to modify the "hosts" file present in C:\Windows\System32\drivers\etc\, you may be wondering what this "hosts" file does? Whenever you type a domain name in address bar, at first browser checks this domain name in "hosts" file and checks whether the IP address for specified domain name is available or not. If IP address is found the browser will direct to the IP address in hosts file.

Creating Process:-
1. Open Notepad and write the Program as given in the below examples and save it with .bat extension.
2. Convert this bat file to exe file using "bat to exe" converter. Click Here to download the tool.

Wednesday, July 25, 2012

Virus that Shutdowns the PC every time PC Turns On.

Today i'm going to give you the code that was a too dangerous  and if you Click this you have the only option to re-install your Operating system again.
This Virus will shutdown the PC as soon as PC is on. That means the victim can never open his/her PC. To create this virus we will use shutdown command. Before we start lets see how to use this command:
Command: shutdown
Options: -a, -r, -f, -t, -s, -c. 
-a: abort shutdown
-r: restart
-f: force the running application without warning i.e. force shutdown without warning.
-t: set timeout for shutdown in seconds
-s: shutdown
-c: display shutdown message.
For more options type shudown /? in command prompt.

Monday, July 23, 2012

Dangerous virus

The Dangerous virus on the way to post

Please don't try to open this file after creation in your own Computer. It may cause your system to delete all the useful information which may divert to re-install you whole Operating system again...

If you are gonna test this link just create the file and then mail to your friend. and make him to open that file in their system and see the change. This is just for demonstration of how the virus programming will be? please don't miss-use this code of your personal or administrative use.

The Virus programing to be initiated was to do steps:

Virus Information

What is a VIRUS?

Computer viruses make headlines! Frequently in the news is some new virus that's causing -- or will soon cause -- havoc on business computers, personal computers, and Web services. To combat the virus problem, the best weapons are knowledge and preparation, beginning with the definition of a virus.

Everyone knows how a biological virus operates: it can injure and potentially kill a host. A software virus will do the same thing. This kind of virus is a tiny program that causes your computer to perform in a manner you consider undesirable, and that then may attempt to replicate itself. The virus action may be as simple as displaying a text box that says, "John Doe is a creep."  

Or it may be as destructive as the Melissa virus, which can tear down networks and ultimately shut down a business -- at least temporarily. Some viruses, called retroviruses, actually attack virus-scanning software!
Keep in mind that a virus cannot run on its own. It must be attached to "host" software that runs legitimate software; while running the legit software, the host software becomes a host for the virus as well.