20 lines
409 B
YAML
20 lines
409 B
YAML
id: default-windows-server-page
|
|
|
|
info:
|
|
name: IIS Windows Server Default Page
|
|
author: dhiyaneshDk
|
|
severity: info
|
|
reference:
|
|
- https://www.shodan.io/search?query=http.title%3A%22IIS+Windows+Server%22
|
|
tags: tech,windows,iis
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>IIS Windows Server</title>"
|
|
part: body
|