nuclei-templates/http/technologies/impresscms-detect.yaml

27 lines
418 B
YAML

id: impresscms-detect
info:
name: ImpressCMS Detect
author: princechaddha
severity: info
reference:
- https://github.com/ImpressCMS
tags: tech,impresscms
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
regex:
- '(?i)(ImpressCMS)'
- type: status
status:
- 200