Merge pull request #9187 from righettod/opinio_add

Add detection of Opinio login panel instances
patch-1
Ritik Chaddha 2024-02-26 22:42:09 +05:30 committed by GitHub
commit 5b3a425797
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
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:
max-request: 2
verified: true
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.]+)'