40 lines
951 B
YAML
40 lines
951 B
YAML
id: mag-dashboard-panel
|
|
|
|
info:
|
|
name: MAG Dashboard Login Panel - Detect
|
|
author: theamanrawat
|
|
severity: info
|
|
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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"MAG Dashboard Login"
|
|
tags: panel,mag
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'MAG Dashboard Login'
|
|
- 'Check for Renewal License'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100ed50a558481c641eac54e50cc99fa6cce5b937a3eea53929ed0bce6fcec0f22b0220613098a0398237d74d858be923de166701e4f50cfc2dc6c95a1d333299fc05f3:922c64590222798bb761d5b6d8e72950
|