nuclei-templates/exposed-panels/nuxeo-platform-panel.yaml

34 lines
702 B
YAML

id: nuxeo-platform-panel
info:
name: Nuxeo Platform Login Panel - Detect
author: kishore-hariram
severity: info
description: Nuxeo Platform login panel was detected.
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
cwe-id: CWE-200
metadata:
verified: true
shodan-query: title:"Nuxeo Platform"
tags: panel,nuxeo
requests:
- method: GET
path:
- "{{BaseURL}}/nuxeo/login.jsp"
matchers-condition: and
matchers:
- type: word
words:
- 'Nuxeo Platform'
- 'alt="Nuxeo"'
condition: or
- type: status
status:
- 200
# Enhanced by md on 2022/12/01