35 lines
568 B
YAML
35 lines
568 B
YAML
id: odoo-panel
|
|
|
|
info:
|
|
name: Odoo - Panel Detect
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
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
|