Skip to content

Neos CMS detection

ID: neos-detect

Severity: info

Author: k11h-de

Tags: tech,neos,cms

Neos CMS was detected.

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: 4a0a004730450220730bc823ed60a9cdb841eb4b92c6fc537b9e7b4b42f6b9bd419bf7a6bdbc2a89022100be195626e342e8ac022cfad17a27cf0e14b7543fa4701de1806b00cfa0f8c744:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/neos-detect.yaml"

View on Github