nuclei-templates/technologies/microsoft/default-iis7-page.yaml

20 lines
350 B
YAML
Raw Normal View History

2021-05-30 14:55:24 +00:00
id: default-iis7-page
info:
name: IIS-7 Default Page
author: dhiyaneshDk
2021-05-31 04:51:03 +00:00
severity: info
reference:
- https://www.shodan.io/search?query=http.title%3A%22IIS7%22
2021-05-31 04:51:03 +00:00
tags: tech,iis
2021-05-30 14:55:24 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "<title>IIS7</title>"
2021-05-31 04:51:03 +00:00
part: body