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

27 lines
534 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:
name: Odoo - Database Manager Discovery
2021-06-17 07:03:49 +00:00
author: __Fazal,R3dg33k
2021-06-17 07:21:50 +00:00
severity: high
description: Odoo database manager was discovered.
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