Skip to content

IIS-7 Default Page

ID: default-iis7-page

Severity: info

Author: dhiyaneshDk

Tags: tech,iis

id: default-iis7-page
info:
name: IIS-7 Default Page
author: dhiyaneshDk
severity: info
classification:
cpe: cpe:2.3:a:microsoft:iis:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: microsoft
product: iis
shodan-query: http.title:"IIS7"
tags: tech,iis
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "<title>IIS7</title>"
part: body
# digest: 4b0a004830460221009cce7503ee5ae8d96d1e4375581b9c3245e989799b27dc8326751b386e2172290221009aed4e6ca7c9d72ac70915b6a5d4ca5d368489c541079ff0e4b269ac1c7f7bc9:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/microsoft/default-iis7-page.yaml"

View on Github