nuclei-templates/http/exposed-panels/odoo-panel.yaml

35 lines
568 B
YAML
Raw Normal View History

2023-05-17 05:29:53 +00:00
id: odoo-panel
info:
name: Odoo - Panel Detect
author: DhiyaneshDK
severity: info
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-05-17 05:29:53 +00:00
shodan-query: title:"Odoo"
tags: login,panel,odoo
http:
- method: GET
path:
- "{{BaseURL}}/web/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Odoo</title>'
- 'Log in'
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200