24 lines
437 B
YAML
24 lines
437 B
YAML
|
id: odoo-database-manager
|
||
|
|
||
|
info:
|
||
|
name: Odoo-Database-Manager
|
||
|
author: __Fazal,R3dg33k
|
||
|
severity: high
|
||
|
tags: panel,odoo
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/web/database/manager'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<title>Odoo</title>"
|
||
|
- "{ action: 'database_manager' }"
|
||
|
condition: and
|