2021-12-04 09:29:43 +00:00
|
|
|
id: neos-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Neos CMS detection
|
|
|
|
author: k11h-de
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
description: Neos CMS was detected.
|
|
|
|
reference:
|
|
|
|
- https://github.com/neos/
|
2022-04-07 13:53:15 +00:00
|
|
|
classification:
|
|
|
|
cwe-id: CWE-200
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: tech,neos,cms
|
2021-12-04 09:29:43 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-12-04 09:29:43 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2021-12-04 09:29:43 +00:00
|
|
|
max-redirects: 2
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "This website is powered by Neos"
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: kval
|
|
|
|
kval:
|
2022-04-07 13:53:15 +00:00
|
|
|
- 'x_flow_powered'
|