34 lines
668 B
YAML
34 lines
668 B
YAML
id: leostream-panel
|
|
|
|
info:
|
|
name: Leostream Login Panel - Detect
|
|
author: praetorian-thendrickson
|
|
severity: info
|
|
description: Leostream login panel was detected.
|
|
reference:
|
|
- https://leostream.com
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
shodan-query: http.title:"Leostream"
|
|
tags: panel,leostream
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Leostream</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by md on 2022/11/28
|