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

24 lines
437 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
author: __Fazal,R3dg33k
2021-06-17 07:21:50 +00:00
severity: high
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