Train

PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : IISBanner, IIS Banner Changer


admin
06-20-2003, 04:32 AM
ISAPI Filters are the only "safe" way of managing (changing, altering, customizing) some of the core parts of IIS. Customizing the response header "Server" is one of those tasks. IISBanner provides a simple yet powerful, although demonstrative, way of achieving such objective. IISBanner may be useful at a security perspective by disguising the web server banner (security by obscurity), but keep in mind that there are much more powerful ways of detecting a server type using tools like NMap.

Features:
* Changes IIS "Server" response header value to "Powered By IISBanner/1.0 (KodeIT)"

Notes:
* Installation of this ISAPI ****** must be done at the WebServer level;
* Although the Response Value could be set in a file (ex: ini), the author decided to "hard code" it to make it simple to understand the source code;
* IISBanner is installed at [Only registered and activated users can see links] and may be viewed by a network sniffer at each HTTP response received, or through this simple VBS script:

Set oHTTP = WScript.CreateObject("Microsoft.XMLHTTP")
Call o[Only registered and activated users can see links]("HEAD", "[Only registered and activated users can see links]", False)
Call o[Only registered and activated users can see links]()
WScript.Echo o[Only registered and activated users can see links]()
Set oHTTP = Nothing