2022-04-04 18:42:12 +00:00
|
|
|
id: impresscms-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: ImpressCMS Detect
|
|
|
|
author: princechaddha
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/ImpressCMS
|
2022-04-04 18:42:12 +00:00
|
|
|
tags: tech,impresscms
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2022-04-04 18:42:12 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-04-04 18:42:12 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- '(?i)(ImpressCMS)'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|