Add files via upload

patch-1
Dominique RIGHETTO 2024-03-13 19:09:07 +01:00 committed by GitHub
parent fae683d17b
commit 69199cb225
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: skeepers-panel
info:
name: Skeepers Login Panel - Detect
author: righettod
severity: info
description: |
Skeepers login panel was detected.
reference:
- https://skeepers.io
metadata:
max-request: 1
shodan-query: http.title:"Skeepers cx | Room"
verified: true
tags: panel,skeepers,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/backend/login"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(to_lower(body), "skeepers") && contains(to_lower(body), "login")'
condition: and