37 lines
763 B
YAML
37 lines
763 B
YAML
id: odoo-panel
|
|
|
|
info:
|
|
name: Odoo - Panel Detect
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
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
|
|
|
|
# digest: 4a0a00473045022100eba1840d03d2980b040261ce5a9b1902854dcb1fefc9e3db90f76880f1c4413002202aa52638b7128000d689672d2f38a5453db96b5d0472eedc05dd97456185b0d1:922c64590222798bb761d5b6d8e72950
|