38 lines
945 B
YAML
38 lines
945 B
YAML
id: opinio-panel
|
|
|
|
info:
|
|
name: Opinio Login Panel - Detect
|
|
author: righettod
|
|
severity: info
|
|
description: Opinio login panel was detected.
|
|
reference:
|
|
- https://www.objectplanet.com/opinio/
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: http.title:"Opinio"
|
|
tags: panel,opinio,login,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/admin/folder.do"
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code_2 == 200'
|
|
- 'contains_any(body_2, "<title>Opinio", ">Opinio ")'
|
|
condition: and
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body_1
|
|
group: 1
|
|
regex:
|
|
- 'Opinio\s+([0-9.]+)'
|
|
# digest: 490a00463044022008ab31615e7147a9f2dbe6c8635392f1434499faa4d9eac54a2fa84700efbcaf02206b85c6b8198f3d8476353a02003ef8ff7a6f9d2994c8e997647a29c74b4faa4f:922c64590222798bb761d5b6d8e72950 |