nuclei-templates/exposed-panels/whm-login-detect.yaml

32 lines
611 B
YAML

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
cvss-score: 0.0
cwe-id: CWE-200
tags: edb,whm,panel,login
requests:
- method: GET
path:
- "{{BaseURL}}/"
matchers-condition: and
matchers:
- type: word
words:
- "<title>WHM Login</title>"
- type: status
status:
- 200
# Enhanced by md on 2023/01/25