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.
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: tech,microsoft,iis
|
2022-03-28 14:44:24 +00:00
|
|
|
|
2024-03-20 17:42:09 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-03-28 14:44:24 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
2022-03-29 05:52:28 +00:00
|
|
|
|
2024-03-20 17:42:09 +00:00
|
|
|
host-redirects: true
|
|
|
|
max-redirects: 4
|
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"
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: kval
|
|
|
|
part: header
|
|
|
|
kval:
|
|
|
|
- Server
|
2024-03-20 19:21:17 +00:00
|
|
|
# digest: 4a0a0047304502207a63b4fb5117f7f1168ba477b97deaa35e7e38c9355639a7df7c8f6f54fa960c022100e3d3f3c25ecff01f75a723ca2df3e64e5ea725d7cc61f70ef54e41f6899fc359:922c64590222798bb761d5b6d8e72950
|