Skip to content

MAG Dashboard Login Panel - Detect

ID: mag-dashboard-panel

Severity: info

Author: theamanrawat

Tags: panel,mag

MAG Dashboard login panel was detected.

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
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: 4a0a00473045022100964b07803da59e6d328ad348d2a883bc12ec29f1637bb9ffec1752f81e711eb9022052eddbdc65c29d0d218e62ccdfd2e6ad4287a85439fae5e2780d46152c4fc68c: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/mag-dashboard-panel.yaml"

View on Github