Tuesday, October 27, 2009

What is an ASP file?

What is an ASP file?
Your ASP file will invariably be a mixture of text, ASP, and HTML tags. Have a look at the code below. In black is the HTML, in red is the text and in blue is the ASP(VBscript) code.
Just in case you haven't noticed ASP pages end with the file extension .asp as opposed to HTML files that have the .html or .htm extension.


What is an ASP file




The time currently is <%= Time %>

and the date is <%= Date %>






Key Loggers


Key Loggers
Keystroke logging or keylogging is the practice of logging the keys struck on a keyboard, typically in a hidden way so that the person using the keyboard is unaware that his/her actions are being monitored. There are numerous keylogging methods, the common two methods are software-based keylogging and hardware-based keylogging.
Remote access software keyloggers
These are local software keyloggers programmed with an added feature to transmit recorded data out of the target computer and make the data available to a monitor at a remote location. Remote communication is facilitated by one of four methods:
• Data is uploaded to a website, database or an FTP account.
• Data is periodically emailed to a pre-defined email address.
• Data is wirelessly transmitted by means of an attached hardware system.
• It allows the monitor to log into the local machine via the internet or ethernet and access the logs stored on the target machine.
Software-based keyloggers
These are software programs that are designed to work on the target computer’s operating system. These are installed in your computer once and then always gives your all information to that person who installed it in your computer. It can be an attachment which you got with your email and unfortunately you download that attachment and launched it in your PC by double clicking. Now your all information like your passwords, your web history, your different screen shots are easily send to that person who gives you that attachment file. And you unaware about his/her activities.
Hardware-based keyloggers
Hardware-based keyloggers do not depend upon any software being installed as they exist at a hardware level in a computer system.

Trojan horse

Trojan horse

A Trojan horse is a program which seems to be doing one thing, but is actually doing another. For example I browse some pictures and I download one of them which I like most, Here What am I doing? I am downloading a picture. If that picture is infected by Trojan then I also downloading Trojan but I don’t know about this thing. Trojan is working on my PC in hidden mode. A Trojan horse can be used to set up a back door in a computer system such that the intruder can gain access later.

The name refers to the horse from the Trojan War, with conceptually similar function of deceiving defenders into bringing an intruder inside. Actually in this war a huge horse made and all army hide in that horse, In this way they deceive their enemies.

How to Create a Reset Button Using HTML

How to Create a Reset Button Using HTML

HTML--Hypertext Markup Language is a computer language that is used to create web pages. Web sites and web pages are written in HTML code. Whether you are setting up a personal web page or a business web page, learning HTML code can be very beneficial. Knowing how to use the codes can help you manipulate your page settings. HTML documents contain plain text and have the extension .html or .htm. You can add a reset button to your page. Visitors will be able to click on the reset button to clear the information that they enter into your forms. Reset buttons are a great way to enhance your site. This guide will teach you how to add reset buttons to your site. It presents a very simple approach to customizing your page.

1. Step 1

Start the word processor or text editor that you will use to create your web page.

2. Step 2

Type and tags and press the spacebar.

3. Step 3

Type VALUE=“?” and replace the question mark with the text that you want visitors to your site to see beside the reset button. Your text should look like the following example:

4. Step 4

Open a new web browser to verify that your web page displays the reset button correctly. Test the button to see if it clears out any information that you enter. When visitors click on the reset button, the form clears and displays the site's original settings. To display your page, you may use a browser, such as Internet Explorerhttp://images.intellitxt.com/ast/adTypes/mag-glass_10x10.gif. To open your web page in the browser, click the file button along the menu bar, click open. The open dialog box appears. Click Browse to locate your web page in the location that it is saved. Choose the web page that you wish to open. Your web page will appear in the browser.