2024-03-13 18:09:07 +00:00
|
|
|
id: skeepers-panel
|
|
|
|
|
2024-03-23 09:28:19 +00:00
|
|
|
info:
|
|
|
|
name: Skeepers Login Panel - Detect
|
|
|
|
author: righettod
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
Skeepers login panel was detected.
|
|
|
|
reference:
|
|
|
|
- https://skeepers.io
|
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2024-03-26 08:03:04 +00:00
|
|
|
shodan-query: http.title:"Skeepers"
|
2024-04-08 11:34:33 +00:00
|
|
|
verified: true
|
2024-03-23 09:28:19 +00:00
|
|
|
tags: panel,skeepers,login,detect
|
|
|
|
|
2024-03-13 18:09:07 +00:00
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/backend/login"
|
2024-03-13 18:19:03 +00:00
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
2024-03-13 18:09:07 +00:00
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'status_code == 200'
|
|
|
|
- 'contains(to_lower(body), "skeepers") && contains(to_lower(body), "login")'
|
2024-03-13 18:19:03 +00:00
|
|
|
condition: and
|
2024-03-13 18:23:53 +00:00
|
|
|
|
2024-03-13 18:19:03 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- 'Version\s+([0-9\.]+)\s+-'
|
2024-03-26 08:05:26 +00:00
|
|
|
# digest: 490a0046304402202c7ee6a56ea4c9d5123c1353995b837d9e3c7dfbf3503b540d9d4aef451e99900220418cebf2a798ff9d3d84e704adcf391e5e020b5568c3bdb227b794b3851d5923:922c64590222798bb761d5b6d8e72950
|