Merge pull request #3999 from wlayzz/template/microsoft-iis

Add microsoft iis version detect
patch-1
Prince Chaddha 2022-03-29 11:35:07 +05:30 committed by GitHub
commit 84b7829eb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
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.
tags: tech,microsoft,iis
requests:
- 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