29 lines
613 B
YAML
29 lines
613 B
YAML
id: impresscms-detect
|
|
|
|
info:
|
|
name: ImpressCMS Detect
|
|
author: princechaddha
|
|
severity: info
|
|
reference:
|
|
- https://github.com/ImpressCMS
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,impresscms
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- '(?i)(ImpressCMS)'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022050d2b14cd79f5941bf9e182f78133d8a758f47cc28e873bc29feb9a7785919f9022100935cca957c9ba4a24e0d84419471c7449a028c945084063b42e51c939ade0900:922c64590222798bb761d5b6d8e72950
|