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

30 lines
574 B
YAML

id: odoo-database-manager
info:
name: Odoo - Database Manager Discovery
author: __Fazal,R3dg33k
severity: low
description: Odoo database manager was discovered.
metadata:
verified: true
max-request: 1
shodan-query: title:"Odoo"
tags: panel,odoo,backup
http:
- method: GET
path:
- '{{BaseURL}}/web/database/manager'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Odoo</title>"
- ".o_database_delete"
condition: and
- type: status
status:
- 200