nuclei-templates/exposed-panels/ms-adcs-detect.yaml

37 lines
753 B
YAML

id: ms-adcs-detect
info:
name: Microsoft Active Directory Certificate Services Panel - Detect
author: divya_mudgal
severity: info
description: Microsoft Active Directory Certificate Services panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: microsoft,ad,panel
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: status
status:
- 302
- 301
condition: or
- type: dsl
dsl:
- "contains(tolower(all_headers), '/certsrv')"
extractors:
- type: kval
kval:
- location
# Enhanced by md on 2022/11/29