25 lines
485 B
YAML
25 lines
485 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
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<title>Microsoft Internet Information Services 8</title>"
|