27 lines
510 B
YAML
27 lines
510 B
YAML
|
id: total-web-solutions-panel
|
||
|
|
||
|
info:
|
||
|
name: Total Web Solution Panel
|
||
|
author: dhiyaneshDK
|
||
|
severity: info
|
||
|
reference: https://www.exploit-db.com/ghdb/6811
|
||
|
metadata:
|
||
|
verified: true
|
||
|
google-query: intitle:"Total Web Solutions" + "Meter Name"
|
||
|
tags: panel,edb
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '<title>Total Web Solutions</title>'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|