Results 1 to 6 of 6

Thread: How to use URLScan

  1. #1
    Join Date
    Feb 2010
    Posts
    428

    How to use URLScan

    Hi all,

    URLScan is an ISAPI filter, which allows Web site administrators to restrict the server will have to deal with the type of HTTP requests. By blocking specific HTTP requests, URLScan filter can prevent potentially harmful requests from reaching the server and cause harm. I want know how to obtain, install and configure the URLScan. Please help Thanks in advance.

  2. #2
    Join Date
    Jan 2006
    Posts
    4,221

    How to use URLScan

    You can run the IISLockdown (IISLockd.exe) when you install URLScan 2.0, you can install it independently. IISLockdown installed together with URLScan 2.0: you can run the IIS Lockdown Wizard (IISLockd.exe) when you install URLScan 2.0. IISLockd.exe can be used as an Internet download at the f Microsoft Web site Check and reply.

  3. #3
    Join Date
    Jan 2006
    Posts
    3,792

    How to use URLScan

    In the case of not running IISLockdown install URLScan 2.0: To the case of not running IISLockdown install URLScan, you need to manually from the IIS Lockdown tool to extract it. First of all, you need to IISLockd.exe saved to a directory. Then, to extract the URLScan installation files from the installation directory IISLockd.exe at the command line run the following command:
    Code:
    iislockd.exe / q / c
    URLScan 2.5 is the latest version of URLScan. If you want to install URLScan 2.5, need to install URLScan 1.0, or URLScan 2.0. All the best.

  4. #4
    Join Date
    May 2008
    Posts
    2,945

    Re: How to use URLScan

    To configure URLScan to determine which rejected the request, you can use URLScan.ini. The file is located in the following folder:
    Code:
    % windir% \ system32 \ inetsrv \ urlscan
    URLScan can be used as another line of defense, even before the request reaches ASP.NET is used to protect against denial of service attacks. Can be achieved by MaxAllowedContentLength、MaxUrl And MaxQueryString Attribute set restrictions to achieve this purpose. All the best.

  5. #5
    Join Date
    Feb 2008
    Posts
    2,635

    Re: How to use URLScan

    URLScan stop the DEBUG verb, which would cause the application debugging impossible. If you need to support debugging, add the DEBUG verb to the URLScan.ini in the [AllowVerbs] paragraphs. You need to restart IIS, to make the changes take effect. URLScan is an ISAPI filter in IIS process (Inetinfo.exe) operate within the IIS starts from the URLScan.ini load URLScan options. IISReset from the command prompt, run the command to restart IIS. All the best.

  6. #6
    Join Date
    Apr 2008
    Posts
    3,424

    How to use URLScan

    If the request contains the potentially harmful characters, then the URLScan will prevent such a character, for example, has been used to exploit the vulnerability in the characters, for example, can traverse the directory ".". Is not recommended in the project path contains "." Characters. If you must use the character, you need to URLScan.ini set AllowDotInPath = 1. If your Web application directory path to include the points, for example, the directory that contains the name "Asp.Net", then the URLScan will reject the request to the client returns a "404 not found" message. The other as will be URLScan rejected but should be avoided for use in the project name characters include commas (,) and the pound character (#). Best of luck.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,633,381.00613 seconds with 15 queries