32 lines
806 B
YAML
32 lines
806 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}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 4
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "IIS"
|
|
|
|
extractors:
|
|
- type: kval
|
|
part: header
|
|
kval:
|
|
- Server
|
|
# digest: 4a0a0047304502207a63b4fb5117f7f1168ba477b97deaa35e7e38c9355639a7df7c8f6f54fa960c022100e3d3f3c25ecff01f75a723ca2df3e64e5ea725d7cc61f70ef54e41f6899fc359:922c64590222798bb761d5b6d8e72950 |