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

23 lines
395 B
YAML
Raw Normal View History

2021-03-01 17:23:12 +00:00
id: total-web-login
info:
2021-03-01 17:25:51 +00:00
name: Total Web Solution
2021-03-01 17:23:12 +00:00
author: dhiyaneshDK
severity: info
reference: https://www.exploit-db.com/ghdb/6811
2021-04-06 07:25:57 +00:00
tags: panel
2021-03-01 17:29:17 +00:00
2021-03-01 17:23:12 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Total Web Solutions</title>'
- type: status
status:
- 200