nuclei-templates/exposed-panels/odoo-database-manager.yaml

31 lines
651 B
YAML

id: odoo-database-manager
info:
name: Odoo Database Manager - Panel
author: __Fazal,R3dg33k
severity: info
description: Odoo database manager was discovered.
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
tags: panel,odoo
requests:
- method: GET
path:
- '{{BaseURL}}/web/database/manager'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<title>Odoo</title>"
- "{ action: 'database_manager' }"
condition: and
# Enhanced by mp on 2022/07/15