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

31 lines
651 B
YAML
Raw Normal View History

2021-06-17 07:32:26 +00:00
id: odoo-database-manager
2021-06-17 07:03:49 +00:00
info:
2023-01-27 14:57:27 +00:00
name: Odoo Database Manager - Panel
2021-06-17 07:03:49 +00:00
author: __Fazal,R3dg33k
2023-01-27 14:57:27 +00:00
severity: info
description: Odoo database manager was discovered.
2023-01-27 14:57:27 +00:00
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
2021-06-17 07:32:26 +00:00
tags: panel,odoo
2021-06-17 07:03:49 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/web/database/manager'
2021-06-17 07:08:17 +00:00
2021-06-17 07:03:49 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
2021-06-17 07:21:50 +00:00
- "<title>Odoo</title>"
- "{ action: 'database_manager' }"
condition: and
# Enhanced by mp on 2022/07/15