nuclei-templates/technologies/microsoft/default-windows-server-page...

20 lines
379 B
YAML

id: default-windows-server-page
info:
name: IIS Windows Server Default Page
author: dhiyaneshDk
severity: info
metadata:
shodan-query: http.title:"IIS Windows Server"
tags: tech,windows,iis
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "<title>IIS Windows Server</title>"
part: body