Add files via upload
parent
6ce3478592
commit
b12c5e83e2
|
@ -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
|
Loading…
Reference in New Issue