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  
Script Description:
 

  

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.

 

more Tag: leaktest,

Also see ...


Designing an Account Unlock Application 1)    Designing an Account Unlock Application
 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...

Random Password Function 2)    Random Password Function
 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....

Microsoft Dot Net Blog 3)    Microsoft Dot Net Blog
 This Blog site is packed with techniques free code download, articles all focusing Microsoft Technologies....

Script Security 4)    Script Security
 This page offers lots of information and tips to protect your scripts against common attacks....

LeakTest 5)    LeakTest
 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....

Prohibit access to certain page 6)    Prohibit access to certain page
 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 ......

Replacing single quotes in SQL scripts 7)    Replacing single quotes in SQL scripts
 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....

Fight Against SQL Injection Attacks 8)    Fight Against SQL Injection Attacks
 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 1)    Installed Objects Scanner
 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....

Style Tags Resource Center 2)    Style Tags Resource Center
 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....

Setting Up Your Own ASP Development Templates 3)    Setting Up Your Own ASP Development Templates
 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....

FWA Forums 4)    FWA Forums
 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....

Active Server Pages FAQs 5)    Active Server Pages FAQs
 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....

Rotate sponsor banners in random order 6)    Rotate sponsor banners in random order
 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....

Site Search with Index Server 3 7)    Site Search with Index Server 3
 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....

Creating Shopping Cart using ASP 8)    Creating Shopping Cart using ASP
 The tutorial and working Code used to create a Shopping Cart using ASP...

How to Encrypt Passwords in the Database 9)    How to Encrypt Passwords in the Database
 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....