nuclei-templates/exposed-panels/webmin-panel.yaml

27 lines
555 B
YAML

id: webmin-panel
info:
name: Webmin Admin Login Panel - Detect
author: PR3R00T
severity: info
description: Webmin admin 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
tags: panel,webmin
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/webmin/"
host-redirects: true
matchers:
- type: word
words:
- "<title>Login to Webmin</title>"
part: body
# Enhanced by md on 2023/01/25