Skip to content

LockSelf Login Panel - Detect

ID: lockself-panel

Severity: info

Author: righettod

Tags: panel,lockself,login,detect

LockSelf login panel was detected.

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:
verified: true
max-request: 1
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
# digest: 4a0a00473045022017a177c4bd2507440f676433e38af9943aa8e99ef9b82f986dbbb89b8db6b7f602210098f2fd0cf70fb8ae8af419a97f37952db04598cb9da90035d5f59c5b5301b166:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/lockself-panel.yaml"

View on Github