nuclei-templates/exposed-panels/total-web.yaml

23 lines
395 B
YAML

id: total-web-login
info:
name: Total Web Solution
author: dhiyaneshDK
severity: info
reference: https://www.exploit-db.com/ghdb/6811
tags: panel
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Total Web Solutions</title>'
- type: status
status:
- 200