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

31 lines
593 B
YAML
Raw Normal View History

2022-03-28 14:44:24 +00:00
id: microsoft-iis-version
info:
name: Microsoft IIS version detect
author: Wlayzz
severity: info
2022-03-29 05:52:28 +00:00
description: Some Microsoft IIS servers have the version on the response header. Useful when you need to find specific CVEs on your targets.
2022-03-28 14:44:24 +00:00
tags: tech,microsoft,iis
requests:
- method: GET
path:
- "{{BaseURL}}"
2022-03-29 05:52:28 +00:00
2022-03-28 14:44:24 +00:00
matchers-condition: and
matchers:
2022-03-29 05:52:28 +00:00
- type: word
2022-03-28 14:44:24 +00:00
part: header
2022-03-29 05:52:28 +00:00
words:
2022-03-28 14:44:24 +00:00
- "IIS"
- type: status
status:
- 200
extractors:
- type: kval
part: header
kval:
- Server