RE: IIS 3.0 pen-test

From: jericksonat_private
Date: Thu Jul 05 2001 - 12:18:24 PDT

  • Next message: H D Moore: "Re: win2000"

    >Well besides the rest of the vulnerabilites with MS IIS 3.0, I tested the
    >servers for Unicode and it seemed they were vulnerable. ( I check using a
    >perl script that I found on Packetstorm) it discovered that the servers
    were
    >vulnerable to various forms of the unicode vulnerability.
    
    The perl script you have checks for the word directory in the response from
    the server
    So when your getting back the error: 
    
    >saying "HTTP/1.0 403 Access Forbidden (Execute Access Denied -This Virtual
    >Directory does not allow objects to be executed.)"
    
    your perl script thinks its vulnerable.  
    
    This is a piece of code taken from a perl script that check for unicode.
    
    (taken from unicodeloader.pl)
    my @results=sendraw("GET $uni+dir HTTP/1.0\r\n\r\n");
     foreach $line (@results){
      if ($line =~ /Directory/) { # THIS LINE IS GENERATING YOUR FALSE POSITIVE.
    
    
    
    Jon Erickson
    
    
    --------------------------------------------------------------------------------------
    
    This list is provided by the SecurityFocus Security Intelligence Alert (SIA) Service
    For more information on SecurityFocus' SIA service which automatically alerts you to 
    the latest security vulnerabilities please see:
    
    https://alerts.securityfocus.com/
    



    This archive was generated by hypermail 2b30 : Thu Jul 05 2001 - 16:34:05 PDT