nuclei-templates/exposed-panels/openerp-database.yaml

30 lines
612 B
YAML
Raw Normal View History

2021-05-31 11:37:43 +00:00
id: openerp-database
2021-05-31 11:37:43 +00:00
info:
name: Odoo OpenERP Database Selector Panel - Detect
author: impramodsargar
severity: info
description: Odoo OpenERP database selector panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2021-06-11 07:15:16 +00:00
tags: openerp,panel
requests:
- method: GET
path:
- "{{BaseURL}}/web/database/selector/"
matchers-condition: and
matchers:
2021-05-31 11:39:45 +00:00
- type: word
words:
- '<title>Odoo</title>'
- type: status
2021-05-31 11:39:45 +00:00
status:
- 200
# Enhanced by md on 2022/12/01