34 lines
717 B
YAML
34 lines
717 B
YAML
id: total-web-solutions-panel
|
|
|
|
info:
|
|
name: Total Web Solutions Panel - Detect
|
|
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
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Total Web Solutions</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|