24 lines
401 B
YAML
24 lines
401 B
YAML
id: total-web-login
|
|
|
|
info:
|
|
name: Total Web Solution
|
|
author: dhiyaneshDK
|
|
severity: info
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/6811
|
|
tags: panel
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Total Web Solutions</title>'
|
|
- type: status
|
|
status:
|
|
- 200
|