parent
4ba2c8b57f
commit
0a01e784a4
|
@ -2,7 +2,7 @@ id: odoo-panel
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Odoo - Panel Detect
|
name: Odoo - Panel Detect
|
||||||
author: DhiyaneshDK
|
author: DhiyaneshDK,righettod
|
||||||
severity: info
|
severity: info
|
||||||
metadata:
|
metadata:
|
||||||
vendor: odoo
|
vendor: odoo
|
||||||
|
@ -16,6 +16,11 @@ http:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/web/login"
|
- "{{BaseURL}}/web/login"
|
||||||
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
stop-at-first-match: true
|
||||||
|
host-redirects: true
|
||||||
|
max-redirects: 2
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
@ -23,8 +28,14 @@ http:
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- '<title>Odoo</title>'
|
- '<title>Odoo</title>'
|
||||||
|
- 'odoo.session_info'
|
||||||
|
- 'web.layout.odooscript'
|
||||||
|
condition: or
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
- 'Log in'
|
- 'Log in'
|
||||||
condition: and
|
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
part: header
|
part: header
|
||||||
|
@ -34,4 +45,3 @@ http:
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
# digest: 4a0a00473045022100a4ee6283d4c0264ea8d9ac9e56e2c948d50afbb650ac84735d4978ada4bfcdf802207a1bf2401f730d11a14cc03bea4d3e2ac98aae9ad05856f7a41359be3b31eda1:922c64590222798bb761d5b6d8e72950
|
|
Loading…
Reference in New Issue