Skip to content

Selenoid UI Login Panel - Detect

ID: selenoid-ui-exposure

Severity: info

Author: pdteam

Tags: panel

Selenoid UI login panel was detected.

id: selenoid-ui-exposure
info:
name: Selenoid UI Login Panel - Detect
author: pdteam
severity: info
description: Selenoid UI login panel was detected.
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
metadata:
max-request: 1
tags: panel
http:
- method: GET
path:
- '{{BaseURL}}/admin/login'
matchers:
- type: word
words:
- "<title>Selenoid UI</title>"
- "/manifest.json"
condition: and
# digest: 4a0a0047304502204bb167912cac79ce7ad953f4071327d15734a028f7540bc44e39027f6c1df5ac022100e14692ce652b986870ab78bb4ff97ff8b49fb18aa610177456794a904cf1ea99: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/selenoid-ui-exposure.yaml"

View on Github