34 lines
726 B
YAML
34 lines
726 B
YAML
id: neos-detect
|
|
|
|
info:
|
|
name: Neos CMS detection
|
|
author: k11h-de
|
|
severity: info
|
|
description: Neos CMS was detected.
|
|
reference:
|
|
- https://github.com/neos/
|
|
classification:
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,neos,cms
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "This website is powered by Neos"
|
|
|
|
extractors:
|
|
- type: kval
|
|
kval:
|
|
- 'x_flow_powered'
|
|
|
|
# digest: 490a00463044021f2289b7bf0cf984fa12e16b7df9a6c70db24eb129d3283161bb1b37d1369daf022100b43b5ff91679ca8e2fc924397f404da7d5a97d88b689f9c6bd0320251cfd3753:922c64590222798bb761d5b6d8e72950
|