nuclei-templates/http/exposed-panels/mag-dashboard-panel.yaml

37 lines
757 B
YAML
Raw Normal View History

2022-12-07 11:28:04 +00:00
id: mag-dashboard-panel
2022-12-05 14:32:34 +00:00
info:
name: MAG Dashboard Login Panel - Detect
2022-12-05 14:32:34 +00:00
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.0
cwe-id: CWE-200
2022-12-05 14:32:34 +00:00
metadata:
max-request: 1
2022-12-05 14:32:34 +00:00
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
http:
2022-12-05 14:32:34 +00:00
- 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