Skip to content

Microsoft Internet Information Services 8

ID: microsoft-iis-8

Severity: info

Author: dhiyaneshDK

Tags: tech,iis,microsoft

id: microsoft-iis-8
info:
name: Microsoft Internet Information Services 8
author: dhiyaneshDK
severity: info
classification:
cpe: cpe:2.3:a:microsoft:iis:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: microsoft
product: iis
shodan-query: http.title:"Microsoft Internet Information Services 8"
tags: tech,iis,microsoft
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<title>Microsoft Internet Information Services 8</title>"
# digest: 4b0a00483046022100f0243f019296b1cc26298027c91f7c57ac24183c094e1c03c94564a09c23e0630221008dfb5307b242aaa0f1133a956db4eeb904c38a2851fc5c8c803edaf3e1c9e918: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-iis-8.yaml"

View on Github