nuclei-templates/technologies/neos-detect.yaml

34 lines
622 B
YAML
Raw Normal View History

2021-12-04 09:29:43 +00:00
id: neos-detect
info:
name: Neos CMS detection
author: k11h-de
description: Neos CMS was detected.
2021-12-04 09:29:43 +00:00
severity: info
reference: https://github.com/neos/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cve-id:
cwe-id: CWE-200
2021-12-04 09:29:43 +00:00
tags: tech,neos,cms
requests:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
max-redirects: 2
matchers:
- type: word
words:
- "This website is powered by Neos"
extractors:
- type: kval
kval:
- 'x_flow_powered'
# Enhanced by mp on 2022/04/01