nuclei-templates/http/exposed-panels/selenoid-ui-exposure.yaml

26 lines
534 B
YAML
Raw Normal View History

id: selenoid-ui-exposure
info:
name: Selenoid UI Login Panel - Detect
2021-04-06 06:46:11 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2021-04-06 07:25:57 +00:00
tags: panel
metadata:
max-request: 1
http:
- method: GET
path:
- '{{BaseURL}}/admin/login'
matchers:
- type: word
words:
- "<title>Selenoid UI</title>"
- "/manifest.json"
condition: and