nuclei-templates/http/exposed-panels/total-web-solutions-panel.yaml

34 lines
717 B
YAML
Raw Normal View History

id: total-web-solutions-panel
2021-03-01 17:23:12 +00:00
info:
name: Total Web Solutions Panel - Detect
2021-03-01 17:23:12 +00:00
author: dhiyaneshDK
severity: info
description: Total Web Solutions panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6811
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
metadata:
max-request: 1
verified: true
google-query: intitle:"Total Web Solutions" + "Meter Name"
tags: panel,edb
2021-03-01 17:29:17 +00:00
http:
2021-03-01 17:23:12 +00:00
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Total Web Solutions</title>'
2021-03-01 17:23:12 +00:00
- type: status
status:
- 200