Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

IIS-7 Default Page

By kannthu

Informative
Vidoc logoVidoc Module
#tech#iis
Description

What is the "IIS-7 Default Page?" module?

The "IIS-7 Default Page" module is a test case designed to detect the presence of the default page for Internet Information Services (IIS) version 7. It focuses on identifying the specific HTML title tag "" within the response body of an HTTP request. This module is informative in nature and aims to provide insights into the configuration of IIS servers.

Author: dhiyaneshDk

Impact

This module does not have any direct impact on the target system. It is primarily used for information gathering purposes and does not exploit any vulnerabilities or misconfigurations.

How does the module work?

The "IIS-7 Default Page" module works by sending an HTTP request to the target server and analyzing the response body for the presence of the "" HTML tag. If the tag is found, the module considers the test case as a match.

Matching conditions:

- Part: Body
  Type: Word
  Words: ["<title>IIS7</title>"]
  Negative: False
  Condition: AND

By examining the response body, the module can determine whether the server is running IIS version 7 based on the presence of the specific HTML title tag.

Module preview

Concurrent Requests (0)
Passive global matcher
word: <title>IIS7</title>
On match action
Report vulnerability