nuclei-templates/technologies/microsoft-iis-8.yaml

25 lines
489 B
YAML

id: microsoft-iis-8
info:
name: Microsoft Internet Information Services 8
author: dhiyaneshDK
severity: info
metadata:
shodan-query: http.title:"Microsoft Internet Information Services 8"
tags: tech,iis,microsoft
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<title>Microsoft Internet Information Services 8</title>"