LeakTest ver 1.12
| LeakTest | ||||||||
| Category : | Asp Tutorials-tips Security | |||||||
| Platform : | Linux, Windows, Unix, Mac OSX, Sun Solaris, Apache, IIS | |||||||
| Price : | ||||||||
| Developer: | ||||||||
| Version : | 1.12 | |||||||
| HomePage Address : | ||||||||
| Demo URL : | ||||||||
| Date added : | ||||||||
| Download Link : | Click to Download | |||||||
|
|
||||||||
|
||||||||
|
In this article we are going to try and provide some ideas for your to reduce those calls to the help desk. In this project we created a help desk portal, this portal pretty much has a main page that you can go to download patches, virus definition files, and manage account unlock information. Calls to the help desk for unlocking locked accounts accounted for a large percentage of calls, so in order to streamline the process we created an application that tied in with the intranet user portal... The random password function will return a password with letters and numbers. You pass the number of letters and numbers you want and it returns the alphanumeric password.... This Blog site is packed with techniques free code download, articles all focusing Microsoft Technologies.... This page offers lots of information and tips to protect your scripts against common attacks.... This digs for your PRIVATE information such as your IP behind your firewall. This article is a harmless way to perform a leaktest that could give someone access to your private information.... This simple tutorial is intented to learn you how it is possible to prohibit access to certain page. A technique is to check the referrer of the visitor : if he come from a page of your web site let him in, else display a default message ...... Single quote could be very harmful and broke down your all application. Any one can easily inject any damageful code into your sql script. To combat the threat of SQL injection, escape the single quotes using the Replace function.... Security issues became more damageful if you`re not protecting your web forms. Following example is a good idea to protect our ASP pages against SQL injection attacks. This small ASP code secures and validates all information coming from your forms.... |
Installed Objects Scanner is a web based application through which users can detect the web server for knowing about whether there exist any new installated component in the web server. This application will be helpful for the ASP programmers to know about the update information of new components present in the webserver.... This is an online tutorial for the beginners from which they can easily understand how to create a navigation menu link in different styles and with mouseover style tip. It also gives them solution to change the color of page background. Sample syntax code has been given to test on users web pages.... This is a tutorial that details on setting up ASP development templates. The author elaborates about the standard things which are included in each web page. The author describes about the necessity of creating template for calling each standard page element and thereby omitting 'Frankensteiun cut-and-paste' code. The provided sample code can be considered as a better reference.... This is a forum program where the users can post questions in group discussion and can get a reply for the posted questions from other users. This program allows admin to change and remove the messages posted by the users. Admin can set parameters to the forum. The users can search messages and attached files by ID. The file can be attached with the messages posted by the users. Admin has rights to allow users to access forums. The users can customize this program to satisfy their needs.... This is the frequently asked questions (FAQs) on ASP maintained by Microsoft. It provides a wealth of infos on various aspects of ASP development. Main categories include: Installation/Setup, Scripting, ActiveX Data Objects (ADO) - Active Server Pages Specific Issues, ActiveX Data Objects (ADO) - General ADO Issues, Custom Components, and more.... This is a couple of simple ASP scripts demonstrating how to rotate banners in random order. It makes use of JavaScript`s Math.random() function.... This is a complete set of scripts to integrate a site search function with Index Server 3. The scripts assume that you`ve enabled indexing of the site, and enabled the indexing service itself - and of course that you`re running Windows 2000 Server. If you don`t have administrator access to the web server, you`ll need to speak with your web hosting provider to ensure that it is set up.... The tutorial and working Code used to create a Shopping Cart using ASP... If you are developing a password-protected web site, you have to make a decision about how to store user password information securely. This article will show you how to encrypt user passwords with md5 algorithm and how to start using encrypted passwords if you already have users` database ready.... |