31 lines
592 B
YAML
31 lines
592 B
YAML
|
id: odoo-database-manager
|
||
|
|
||
|
info:
|
||
|
name: Odoo - Database Manager Discovery
|
||
|
author: __Fazal,R3dg33k
|
||
|
severity: critical
|
||
|
description: Odoo database manager was discovered.
|
||
|
metadata:
|
||
|
verified: true
|
||
|
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
|
||
|
|
||
|
# Enhanced by mp on 2022/07/15
|