35 lines
813 B
YAML
35 lines
813 B
YAML
id: microsoft-iis-version
|
|
|
|
info:
|
|
name: Microsoft IIS version detect
|
|
author: Wlayzz
|
|
severity: info
|
|
description: Some Microsoft IIS servers have the version on the response header. Useful when you need to find specific CVEs on your targets.
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,microsoft,iis
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "IIS"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: kval
|
|
part: header
|
|
kval:
|
|
- Server
|
|
|
|
# digest: 490a0046304402204aec8d1c4678a40a8ca831d952b351c4ca885fb845222a559099426e6a27ba9602204f9487670472a494fcecc37f1ebc08e68f6c3007de6fae438c5f5b7210e66a87:922c64590222798bb761d5b6d8e72950
|