WHM Login Panel - Detect
ID: whm-login-detect
Severity: info
Author: pussycat0x
Tags: edb,whm,panel,login,cpanel
Description
Section titled “Description”WHM login panel was detected.
YAML Source
Section titled “YAML Source”id: whm-login-detect
info: name: WHM Login Panel - Detect author: pussycat0x severity: info description: WHM login panel was detected. reference: - https://www.exploit-db.com/ghdb/7128 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:cpanel:whm:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: cpanel product: whm tags: edb,whm,panel,login,cpanel
http: - method: GET path: - "{{BaseURL}}/"
matchers-condition: and matchers: - type: word words: - "<title>WHM Login</title>"
- type: status status: - 200# digest: 490a0046304402203aa40c5ad0d264ad4442e1a1ff036d435865698196cad1ceeaf284bf2c2f27c80220440d18f138b336bc7914977f72d9cc1628ce8d712e4f8e59a4183a652c597875:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/whm-login-detect.yaml"