Add files via upload

patch-1
Dominique RIGHETTO 2024-03-09 17:21:23 +01:00 committed by GitHub
parent 6ce3478592
commit b12c5e83e2
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: lockself-panel
info:
name: LockSelf Login Panel - Detect
author: righettod
severity: info
description: |
LockSelf login panel was detected.
reference:
- https://www.lockself.com/en/
metadata:
max-request: 1
verified: true
shodan-query: http.title:"LockSelf"
tags: panel,lockself,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/application/index.html"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(body, "<title>LockSelf","content=\"LockSelf", "name=\"LockSelf")'
condition: and