Info - NT Web Hacking
by mnemonix

Introduction
   The Basics
   HTTP
   Hex in URLs

Internet Information Server
   Once installed...
   Directory Structure
   Read and Execute Permissions
   The Default Holes


Index Server

    Webhits.exe

Denial of Service attacks
Source is a wonderful thing...
CGI Scripts
   Perl
      Perl.exe
   Getdrvrs.exe
   CGIMail.exe
   Fpcount.exe
   Wguest.exe
   Active Server Pages

Introduction Internet Information Server

Source is a wonderful thing...

All versions of IIS have been affected, one way or another, by remote users managing to gain the source of files that should be executed - such as Active Server Pages (.asp), Internet Database Connector (.idc) files or scripts for Perl or Python. Being able to get the raw source of these files is a big security issue - in the fact that often they contain users IDs and passwords. There are a number of different ways the source can be obtained depending on the version of IIS. Note - these tricks only works if the virtual directory that file is stored in has both the "READ" and "EXECUTE" permissions.



CGI Scripts