2022-12-07 11:28:04 +00:00
|
|
|
id: mag-dashboard-panel
|
2022-12-05 14:32:34 +00:00
|
|
|
|
|
|
|
info:
|
2023-01-05 14:57:06 +00:00
|
|
|
name: MAG Dashboard Login Panel - Detect
|
2022-12-05 14:32:34 +00:00
|
|
|
author: theamanrawat
|
|
|
|
severity: info
|
2023-01-05 14:57:06 +00:00
|
|
|
description: MAG Dashboard login panel was detected.
|
|
|
|
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
|
2022-12-05 14:32:34 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: http.title:"MAG Dashboard Login"
|
2022-12-05 17:09:57 +00:00
|
|
|
tags: panel,mag
|
2022-12-05 14:32:34 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}'
|
|
|
|
|
2022-12-05 17:09:57 +00:00
|
|
|
host-redirects: true
|
|
|
|
max-redirects: 2
|
2022-12-05 14:32:34 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-12-05 17:09:57 +00:00
|
|
|
- 'MAG Dashboard Login'
|
|
|
|
- 'Check for Renewal License'
|
2022-12-05 14:32:34 +00:00
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2022-12-05 17:09:57 +00:00
|
|
|
- 200
|
2023-01-05 14:57:06 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2023/01/03
|