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

23 lines
410 B
YAML

id: whm-login-detect
info:
name: WHM Login Detect
author: pussycat0x
severity: info
reference: https://www.exploit-db.com/ghdb/7128
tags: whm,panel
requests:
- method: GET
path:
- "{{BaseURL}}/"
matchers-condition: and
matchers:
- type: word
words:
- "<title>WHM Login</title>"
- type: status
status:
- 200