Skip to content

Leostream Login Panel - Detect

ID: leostream-panel

Severity: info

Author: praetorian-thendrickson

Tags: panel,leostream

Leostream login panel was detected.

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
cwe-id: CWE-200
cpe: cpe:2.3:a:leostream:connection_broker:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: http.title:"Leostream"
product: connection_broker
vendor: leostream
tags: panel,leostream
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Leostream</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022100875c9acadc214252f9b6d053898777652a2ea98fc5f7dc9e1d5c56aec2de5299022024141711b314f4b4c011260fe54b2b59e03ccf5fa31ef15da75467d140be82ef: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/leostream-panel.yaml"

View on Github