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".

Monday, August 13, 2012

How to run an EXE file when an image file is clicked

Its a simple technique which can come handy when you want to deliver a exe file, especially a trojan or a keylogger, to victim.

Before we start you should better change some of the settings in your PC like "showing hidden files and folder" and "showing the file extension" to edit such settings open "My Computer->Tools(menu bar)->Folder Options->View" and change the settings there, you will be knowing shortly why I am forcing you to do this changes.


Tuesday, August 7, 2012

PHP Chapter 8

PHP Functions

The real power of PHP comes from its functions.
In PHP, there are more than 700 built-in functions.

PHP Built-in Functions

For a complete reference and examples of the built-in functions, please visit our PHP Reference.

PHP Functions

In this chapter we will show you how to create your own functions.
To keep the script from being executed when the page loads, you can put it into a function.
A function will be executed by a call to the function.
You may call a function from anywhere within a page.

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.