Skip to content

Webmin Admin Login Panel - Detect

ID: webmin-panel

Severity: info

Author: PR3R00T

Tags: panel,webmin

Webmin admin login panel was detected.

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
cwe-id: CWE-200
cpe: cpe:2.3:a:webmin:webmin:*:*:*:*:*:*:*:*
metadata:
max-request: 2
vendor: webmin
product: webmin
shodan-query: http.title:"webmin"
fofa-query: title="webmin"
google-query: intitle:"webmin"
tags: panel,webmin
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/webmin/"
host-redirects: true
matchers:
- type: word
words:
- "<title>Login to Webmin</title>"
part: body
# digest: 4b0a00483046022100bb4809baeb24a80ddaf3ef21b4e86bca49319a0472a4a2831049a29d0c092822022100e865977514e67bb11fefb52a16f0fefb8680d485af48322a9e87aed03496eb0e: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/webmin-panel.yaml"

View on Github