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

31 lines
551 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:
2022-12-07 11:28:04 +00:00
name: MAG Dashboard Panel
2022-12-05 14:32:34 +00:00
author: theamanrawat
severity: info
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