Skip to content

Total Web Solutions Panel - Detect

ID: total-web-solutions-panel

Severity: info

Author: dhiyaneshDK

Tags: panel,edb

Total Web Solutions panel was detected.

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
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
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
# digest: 4b0a00483046022100f381adea44651c2a5fb28a0d2d263a3c649a86f38afaf6d071b7c80d00e61e6c022100b209c5c303306f5dcbeb51ec5b9033bc5eb912f0cb936c837f4836e3be1516f2:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/total-web-solutions-panel.yaml"

View on Github