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

31 lines
596 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-02-06 11:27:49 +00:00
name: Odoo - Database Manager Discovery
2021-06-17 07:03:49 +00:00
author: __Fazal,R3dg33k
2023-02-02 23:05:19 +00:00
severity: critical
2023-02-06 11:27:49 +00:00
description: Odoo database manager was discovered.
metadata:
verified: true
shodan-query: title:"Odoo"
tags: panel,odoo,backup
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: word
words:
2021-06-17 07:21:50 +00:00
- "<title>Odoo</title>"
2023-02-06 11:27:49 +00:00
- ".o_database_delete"
2021-06-17 07:21:50 +00:00
condition: and
2023-02-06 11:27:49 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2022/07/15